An open API service indexing awesome lists of open source software.

https://github.com/patrickjaja/javascript-angular-nodejs


https://github.com/patrickjaja/javascript-angular-nodejs

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

#Install
## APP (Angular)
- bower install
## NODE (4.0)
- cd app/sources/nodejs
- npm install
## NODE CHAT
- cd app/sources/nodejs
- npm install
- node socket.js
- http://localhost:3000/
## NODE CHAT V2 (https://github.com/socketio/socket.io/tree/master/examples/chat)
- cd app/sources/nodejschat
- npm install
- node index.js
- http://localhost:3000/