A real time chat application built with NodeJS and Socket.io.
You can acess the chat in: Node Real Time Chat Application
tip: In order to chat with your friends you must enter the same room name.
Observation: bad words are not allowed.
NodeJS: >= 12.16.1
Nodemon: >= 2.0.2
Bad-words: >= 3.0.3
Express: >= 4.17.1
Socket.io: >= 2.3.0
Join Page
Chat Page
Clone the project:
$ git clone https://github.com/Lukazovic/chat-nodejs-app.git
Go into the project root folder:
$ cd chat-nodejs-app
Install the projects dependencies:
$ npm install
Start the server:
$ npm run dev
Acess in: localhost:3000
Lucas Vieira 💻 |