https://github.com/cristoaquiza/example-socket-sails-angular-client
https://github.com/cristoaquiza/example-socket-sails-angular-client
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/cristoaquiza/example-socket-sails-angular-client
- Owner: cristoaquiza
- Created: 2016-05-28T14:55:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-28T22:59:09.000Z (almost 9 years ago)
- Last Synced: 2023-08-12T19:23:16.624Z (almost 2 years ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Example of use websockets in SailsJS: Client
##Dependecies
Install http-server with npm: npm install -g http-server##Run
- Go to the console/cmd in the project root and run: http-server
- Go to the browser and localhost:8080
- TADA!