Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A template for implementing a Websocket controller for ChicagoBoss

Awesome Lists containing this project

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.