Skip to content

LM-G/redux-websocket-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react/redux websocket example

travis standard

Installation:

Note: This requires a recent version of NodeJS to work.

git clone git@github.com:maxnachlinger/react-websocket-example.git

cd react-websocket-example
cd client
npm i

cd ../server
npm i

Running this app:

# start a webpack dev watch build
cd client
npm start

# start the server
cd ../server
npm start

The app runs at http://silly-chat.localtest.me:3000

Client tests:

cd client
npm test

TODO

  • Show idle users with idle times ("idle for N minutes" etc)
  • Add CSS - dear God the UI is awful :)
  • Allow users to edit their recent messages, but show an edit indicator by edited message to everyone else

About

React/Redux + Websocket Example: For Fun

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.3%
  • HTML 1.7%