This is a webserver created with socket.io and express, it's ready to run the forlder public at the web.
In here project you can make rooms to chatting with whoever you want, also you can send personal messages.
Remember your should rebuild the node moduls with the command:
npm install
System funcions:
- -Communication between users.
- -Communication one to many.
- -Communication one to one.
- -Communication betwenn rooms.
- -Chat desing.
- -Login desing.
- -Notifications of entry and exit of users.