Last active
October 27, 2016 13:41
-
-
Save hugopereira84/88be5c6dbf3298504ebd86518bc126c1 to your computer and use it in GitHub Desktop.
Tips Nodejs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You can see how in: | |
. https://www.thepolyglotdeveloper.com/2015/01/run-nodejs-application-lamp-stack-server/ | |
. http://www.codingtricks.biz/run-nodejs-application-apache/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To read: | |
. How to Optimize CPU-Intensive Work in Node.js (https://medium.com/@graeme_boy/how-to-optimize-cpu-intensive-work-in-node-js-cdc09099ed41#.r7styup8j) | |
. Having fun with nodejs child processes (https://soyuka.me/having-fun-with-nodejs-child-processes/) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Packages to use: | |
- https://www.npmjs.com/package/html-webpack-plugin |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment