Pusher + CycleJS Realtime Chat
April 5, 2016 ยท View on GitHub
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.gitthis repositorycd cycle-realtime-chatnpm install
Running / Development
- Run
npm startin one terminal tab - Run
npm run devin another - Visit your app at http://localhost:8081.
- You'll need the Sinatra Server running on port
4567too.
Further Reading / Useful Links
- Cycle.js
- [CycleJS Video Series](CycleJS video series)