Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ramyhakam/real-time-messaging-angular4-example-
Real Time messaging in anuglar4 using node and socket io
https://github.com/ramyhakam/real-time-messaging-angular4-example-
adminlte angular expessjs nodejs socket-io
Last synced: about 1 month ago
JSON representation
Real Time messaging in anuglar4 using node and socket io
- Host: GitHub
- URL: https://github.com/ramyhakam/real-time-messaging-angular4-example-
- Owner: RamyHakam
- Created: 2017-09-08T18:28:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T09:11:15.000Z (almost 6 years ago)
- Last Synced: 2024-05-02T04:45:14.313Z (9 months ago)
- Topics: adminlte, angular, expessjs, nodejs, socket-io
- Language: HTML
- Size: 4.92 MB
- Stars: 1
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Running Socket ServerRun `node Server/RealTimeServer.js ` to run the socket server on localhost:3000
## Running Angular DemoRun `ng install ` to install node modules, `ng serve` to serve the angular application
## How its work
The Angular Code will emit an event every 5s and the server will response and emit an event after angular call