Go to file
Min RK 1cac03528b use single WebSocket connection for all channels
multiplex on a 'channel' key in message,
rather than separate websockets.

Unlike zmq, there aren't different message patterns that require the channels to be separate.

Reduces FD count by factor of 3 and connection complexity in js.
2015-01-06 11:15:15 -08:00
docs Write a plugin to handle private function automatically. 2014-12-12 12:43:57 -08:00
examples Merge pull request #7374 from juhasch/fix_example 2015-01-04 12:15:13 -08:00
git-hooks Git hooks need to use invoke, not fab 2014-12-10 10:35:00 -08:00
IPython use single WebSocket connection for all channels 2015-01-06 11:15:15 -08:00
tools/tests Moving /examples/tests to tools/tests 2014-03-30 10:33:25 -07:00
.gitignore [issue547] add emacs tmp files and .coverage files to gitignore 2014-11-07 23:09:44 +00:00
.mailmap Fix mailmap entries for @jasongrout and @SylvainCorlay 2014-09-22 16:25:23 -07:00
Dockerfile Update Dockerfile 2014-12-29 12:33:11 -05:00
setup.py Some code cleanup in javascript and python 2014-12-27 21:39:07 +01:00
setupbase.py friendlier error messages when invoke/lessc are missing 2014-12-27 00:16:28 -08:00