Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkuhlman/cb_websocket_controller
A template for implementing a Websocket controller for ChicagoBoss
https://github.com/dkuhlman/cb_websocket_controller
Last synced: 3 months ago
JSON representation
A template for implementing a Websocket controller for ChicagoBoss
- Host: GitHub
- URL: https://github.com/dkuhlman/cb_websocket_controller
- Owner: dkuhlman
- Created: 2013-01-24T00:20:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-24T04:41:51.000Z (almost 12 years ago)
- Last Synced: 2024-05-02T12:41:24.751Z (6 months ago)
- Language: Erlang
- Size: 178 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-erlang - cb_websocket_controller - A template for implementing a Websocket controller for ChicagoBoss. (Web Framework Components)
README
cb_websocket_controller
=======================A template for implementing a Websocket controller for ChicagoBoss
Copy myapp_myapp_protocol_websocket.erl to the src/websocket
directory in your ChicagoBoss project. Then rename it and start
hacking.This template is a re-working of the Websocket controller from the
draw application (https://github.com/mihawk/draw)
by chan sisowath (mihawk) at https://github.com/mihawk).
Thanks to chan for that.