Skip to content

lakbychance/ChatRatReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ChatRatReact

This is a closer to what one would like to make while creating a chat app. It has options to create multiple private chat rooms as well as join them. One person can only join one room from a tab. Open another tab to join another room. The backend is made using socket.io 2.0 in node.js. The frontend is made using react.js unlike the previous iteration which was pure html,css and javascript. This one utilises react-redux, react-router also to implement the new features. All the frontend is served via webpack dev server.


Running:

Run npm install for node modules. In case it fails, delete package-lock.json file and try again. After successful installation, run npm run dev to start the application.

About

This is a closer to what one would like to make while creating a chat app. It has options to create multiple public rooms as well as join them. One person can only join one room from a tab. Open another tab to join another room. The backend is made using socket.io 2.0 in node.js. The frontend is made using react.js unlike the previous iteration …

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors