Awesome
Pusher + CycleJS Realtime Chat
This is an example CycleJS chat application built with Pusher.
Prerequisites
You will need the following things properly installed on your computer.
Installation
git clone git@github.com:pusher-community/cycljes-realtime-chat.git
this repositorycd cycle-realtime-chat
npm install
Running / Development
- Run
npm start
in one terminal tab - Run
npm run dev
in another - Visit your app at http://localhost:8081.
- You'll need the Sinatra Server running on port
4567
too.
Further Reading / Useful Links
- Cycle.js
- [CycleJS Video Series](CycleJS video series)