Skip to content

michael-mao/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chat-app

Simple Chat Application

Built with:

  • NodeJS
  • SocketIO
  • ReactJS

Run the chat server

First cd into the project directory and download the dependencies:

npm install

Start up the server with:

grunt server

The chat application should now be accessbile at http://localhost:3000. You may open separate tabs in the same browser to mimic multiple client connections.

Tests

To run the server side tests, use:

grunt test

or

npm test

About

Simple Chat Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published