danielefiungo / redux-websocket-example

React/Redux + Websocket Example: For Fun

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react/redux websocket example

travis

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
npm i

Running this app:

npm run start-dev

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

Building and running in prod mode:

npm run start-prod 

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


Languages

Language:JavaScript 98.1%Language:CSS 1.9%