Skip to content

Ferouk/RT-Chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RT Chat

RT Chat is a simple real time chat box using NodeJS, MongoDB and SocketIO. It also feature Twemoji 😉.

Screenshot

Usage

1- Open a terminal on the root directory of the project then use this command to install the required modules.

npm install

2- On server.js replace 'db' by your mongodb database URI.

var db = "YOUR DATABASE HERE";

3- Start the app using.

node server

The app will be available on http://localhost:3000/

License

This project is licensed under the MIT License

Releases

No releases published

Packages

No packages published