https://github.com/patrickjaja/javascript-angular-nodejs
https://github.com/patrickjaja/javascript-angular-nodejs
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/patrickjaja/javascript-angular-nodejs
- Owner: patrickjaja
- Created: 2015-09-15T11:37:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-09-18T09:07:12.000Z (over 10 years ago)
- Last Synced: 2025-08-16T23:55:41.483Z (10 months ago)
- Language: JavaScript
- Size: 1.57 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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/