Skip to content
forked from d6u/reflux-chat

Replicate Facebook Flux Chat example with Reflux and Web Messaging Server (WAMP)

Notifications You must be signed in to change notification settings

kalmyk/reflux-chat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reflux Chat Example

This was base on Flux Chat example which was originated from Facebook Flux Chat example, but with Reflux as its Flux implementation.

Reflux

Instead of using the official Facebook Flux dispatcher, Reflux Chat example is using Reflux with actions as dispatchers. Please see Details on official Reflux repo.

Online Live demo

Live DEMO

Running

You must have npm installed on your computer. From the root project directory run these commands from the command line:

npm install

This will install all dependencies.

To build the project, first run this command:

npm start

This will perform an initial build and start a watcher process that will update bundle.js with any changes you wish to make. This watcher is based on Webpack, and it transforms React's JSX syntax into standard JavaScript with Babel.

To start WAMP server

cd ./server

node wamp

After starting the watcher, you can open index.html in your browser to open the app.

About

Replicate Facebook Flux Chat example with Reflux and Web Messaging Server (WAMP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 86.0%
  • CSS 11.8%
  • HTML 2.2%