ahyatt / emacs-websocket

A websocket implementation in elisp, for emacs.
GNU General Public License v2.0
324 stars 42 forks source link

An example of how to use the library is in the [[https://github.com/ahyatt/emacs-websocket/blob/master/websocket-functional-test.el][websocket-functional-test.el]] file.

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

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

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.