Skip to content

Redblast1/Chat2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#ChatRoom ##Simple web based chat room

###Dependencies:

  • MongoDB
  • Node.js --> socket.io, mongodb, express, formidable, quickthumb, fs-extra

###Instructions for local testing:

  1. git clone https://github.com/dhuette13/Chat2.git
  2. cd Chat2
  3. npm install
  4. mkdir db/
  5. mongod --dbpath db/
  6. nodejs app.js
  7. open localhost:3000 in a web browser

###TODO:

  1. Detect and make hyperlinks
  2. Images
  3. Gifs
  4. Make website pretty
  5. Give title an icon
  6. Pick domain name

About

An online Nodejs, Socket.io, and Express Chat Room

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 71.8%
  • CSS 16.3%
  • HTML 11.9%