Node js sample codes for beginners. We can get output of every nodejs codes using terminal. like
$ node mysql.js
$ sudo apt-get install python-software-properties
$ sudo add-apt-repository ppa:chris-lea/node.js
$ sudo apt-get update
$ sudo apt-get install nodejs
$ sudo npm install npm-latest
$ sudo npm install pg
$ sudo npm install mysql
more help https://www.npmjs.org/package/mysql
$ sudo npm install mongodb
$ sudo npm install mongoose
more help http://docs.mongodb.org/ecosystem/drivers/node-js/
$ sudo npm install sqlite3
more help https://www.npmjs.org/package/sqlite3
tcp_server/chat_app/server.js -> run this command in terminal.
$ node server.js
then now open two other terminals so now there are theree terminals one is server and other two terminals are clients.
Please type this command in both client terminals.
$ nc localhost 4002
Now type anything in first client terminal and the result will be show in second client terminal. Type anything in second client terminal and result will be show in first client terminal. please view this image
https://github.com/narayand4/nodejs/blob/master/tcp_server/chat_app/Screenshot%20from%202014-07-29%2015:55:30.png
$ sudo npm install node-sass