RamyHakam / Real-Time-Messaging-Angular4-example-

Real Time messaging in anuglar4 using node and socket io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Real Time messaging in anuglar4 using node and socket io


Languages

Language:HTML 52.8%Language:TypeScript 35.3%Language:JavaScript 11.5%Language:CSS 0.3%