The project utilises the power of Socket.io to implement realtime implementations like chat and real time user movements on map.The project will be updated on Weekly basis with more RTC features implemented.All Suggestion/Ideas are welcome,which you feel can be included in this repo.Just for Study/reference purpose
The repo has the code for server and client.
After cloning the server and client,
npm install
has to be run to install all npm dependencies.
¨Server¨
The server dependencies include Express,socket.io
Future commmits will include usage of MongoDB to store Chat messages.
¨Client¨
The client dependencies include socket.io library
http-server is a npm dependency to run the application in localhost server.