Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 1.75 KB

README.md

File metadata and controls

69 lines (48 loc) · 1.75 KB

Real Time Chat Application 💬

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.

Built With

Dependencies

NodeJS: >= 12.16.1
Nodemon: >= 2.0.2
Bad-words: >= 3.0.3
Express: >= 4.17.1
Socket.io: >= 2.3.0

Screenshots

Join Page

Join Page

Chat Page

Chat Page

How to use locally

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

Author


Lucas Vieira

💻