X-Git-Url: http://g0dil.de/git?a=blobdiff_plain;f=elpa%2Fwebsocket-1.8%2FREADME.org;fp=elpa%2Fwebsocket-1.8%2FREADME.org;h=db5abbae6d54ff95335030de0c4d71432d7d60a1;hb=a13a166794e1e6f22407e13110fe83b9cb095ab8;hp=0000000000000000000000000000000000000000;hpb=844f5833be3c5f0d48e1b3b900c592841f0516d6;p=emacs-init.git diff --git a/elpa/websocket-1.8/README.org b/elpa/websocket-1.8/README.org new file mode 100644 index 0000000..db5abba --- /dev/null +++ b/elpa/websocket-1.8/README.org @@ -0,0 +1,35 @@ +* 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 +[[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. + +NOTE: Due to FSF attribution restrictions, ERT tests are only not +present in the emacs ELPA repository. They can only be found in the +github repository at https://github.com/ahyatt/emacs-websocket/. + +* Version release checklist + +Each version that is released should be checked with this checklist: + +- [ ] All ert test passing (see note above on ERT tests) +- [ ] Functional test passing on emacs 23 and 24 +- [ ] websocket.el byte compiling cleanly. + +* Existing clients: + +- [[https://github.com/tkf/emacs-ipython-notebook][Emacs IPython Notebook]] +- [[https://github.com/syohex/emacs-realtime-markdown-viewer][Emacs Realtime Markdown Viewer]] +- [[https://github.com/jscheid/kite][Kite]] + +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. +