No description
Find a file
John Miller 6748f7c6d2 Squashed 'lib/websocket/' content from commit 5675553
git-subtree-dir: lib/websocket
git-subtree-split: 567555360443f5de0a6426c5e2d88ba037c33855
2016-09-09 09:40:54 -05:00
COPYING Squashed 'lib/websocket/' content from commit 5675553 2016-09-09 09:40:54 -05:00
README.org Squashed 'lib/websocket/' content from commit 5675553 2016-09-09 09:40:54 -05:00
testserver.py Squashed 'lib/websocket/' content from commit 5675553 2016-09-09 09:40:54 -05:00
websocket-functional-test.el Squashed 'lib/websocket/' content from commit 5675553 2016-09-09 09:40:54 -05:00
websocket-test.el Squashed 'lib/websocket/' content from commit 5675553 2016-09-09 09:40:54 -05:00
websocket.el Squashed 'lib/websocket/' content from commit 5675553 2016-09-09 09:40:54 -05:00

Description

This is a elisp library for websocket clients to talk to websocket servers, and for websocket servers to accept connections from websocket clients. This library is designed to be used by other library writers, to write apps that use websockets, and is not useful by itself.

An example of how to use the library is in the websocket-functional-test.el file.

This library is compatible with emacs 23 and 24, although only emacs 24 support secure websockets.

Version release checklist

Each version that is released should be checked with this checklist:

  • All ert test passing
  • Functional test passing on emacs 23 and 24
  • websocket.el byte compiling cleanly.

Existing clients:

If you are using this module for your own emacs package, please let me know by editing this file, adding your project, and sending a pull request to this repository.