wbinnssmith / whats-up

Realtime chat with React and Socket.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What'sUp?

What'sUp? is an example of using React with an Express/Socket.io backend for realtime chat. It explores React's philosophy of top-down data flow as well as using Browserify and npm to manage dependencies (even css) and build the whole project. It has a permanent chat log inbetween visits and uses the new web notification APIs. The chat log is stored entirely in memory on the server, so don't go too crazy :)

Building

To develop, just npm install && npm watch & node ./server.js, and to prepare a minified build for production simply npm install && npm run build.

Screenshot

About

Realtime chat with React and Socket.io


Languages

Language:JavaScript 75.9%Language:CSS 24.1%