Skip to content

Edmeral/simple-chat-room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A simple chat app written in Node.JS using socket.io for sending and delivering messages and MongoDB for storing them.

To test it simply run thes commands: (The MongoDB part will not work, you will need to install it and configure it for that, but the chat will be fully working)

npm install

and then

node app.js

You can access it on http://localhost:8080

About

A simple chat room using Node.JS with socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published