Skip to content
This repository was archived by the owner on Nov 17, 2017. It is now read-only.
/ chat-project Public archive

My first project using Socket.io however not my first chat client (but this one is much nicer!)

Notifications You must be signed in to change notification settings

phwu/chat-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a small project that implements a chat session between clients using socket.io.

It features server side and client side code. Multiple clients can connect to the server. Currently, the messages are persisted directly to Mongo but it would be a good idea to implement Mongoose so that the data is neat. :)

To run the code:

  1. pull repo

  2. start the server "app.js" using node (node app.js)

  3. access local host at port 3000 (1 client)

  4. magic

About

My first project using Socket.io however not my first chat client (but this one is much nicer!)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published