nodejs_logo

Node.JS: Using spawn to import a database

Example 1: background process: File api.js Example link: http://tutorialspots.com/api/import?u=admin_tutorialspots&p=tutorialspots&db=admin_tutorialspots&file=/root/tutorialspots.sql Example 2: event when import done File api.js: Example link: http://tutorialspots.com/api/importdone?u=admin_tutorialspots&p=tutorialspots&db=admin_tutorialspots&file=/root/tutorialspots.sql
openresty

Openresty: AES encrypt and decrypt

Openresty: AES encrypt and decrypt Demo encrypt: http://162.250.190.40/api/aes?string=123456 CURL: Result: d637735ae9e21ba50cb686b74fab8d2c Demo decrypt: http://162.250.190.40/api/aes?encoded=d637735ae9e21ba50cb686b74fab8d2c CURL: Result: 123456 Recent search terms:resty aes