Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


## Running Socket Server

Run `node Server/RealTimeServer.js ` to run the socket server on localhost:3000
## Running Angular Demo

Run `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