/real-time-chat

A chat to communicate N people in real time. Built in Node.js using the ExpressJS framework and also using the Socket.io library.

Primary LanguageJavaScriptMIT LicenseMIT

Browser Chat

A chat for communication of several people in real time through the browser.

Print Screen

print screen

Setup

To execute the project, it will be necessary to install the dependencies by typing the following command in the terminal:

npm install

Finally, type the following command in the terminal to start the server:

npm start

The system is now ready to be used via the route:

http://localhost:3000

Just type your name and hit enter and you will enter the chat. To simulate other people in the chat, it is necessary to open the same route above, for different browser tabs and to enter different people in the chat.

License

MIT