branch: elpa-admin
commit c398fd68c22b6c5a9fd19f22ffdf29a7f1e859e1
Author: Eric Schulte <[email protected]>
Commit: Eric Schulte <[email protected]>
supports web sockets
---
README | 25 ++++++++++++++-----------
1 file changed, 14 insertions(+), 11 deletions(-)
diff --git a/README b/README
index 0e6cdca..573a70e 100644
--- a/README
+++ b/README
@@ -7,23 +7,26 @@ REQUIREMENTS
Emacs 24.3 or later.
STATUS
- Full support for HTTP GET and POST requests including URL-encoded
- parameters, multipart/form data and file uploads. This is a new
- project without much extended use so there are likely bugs and
- potentially security issues. That said it consists of little more
- than HTTP header parsing logic perched atop Emacs' existing
+ Supports HTTP GET and POST requests including URL-encoded
+ parameters, multipart/form data and file uploads. Supports web
+ sockets. Reasonably performant, faster than Elnode [1]. This is
+ a new project without much extended use so there are likely bugs
+ and potentially security issues. That said it consists of little
+ more than HTTP header parsing logic perched atop Emacs' existing
network process primitives, so it should be fairly robust.
+ [1] http://eschulte.github.io/emacs-web-server/benchmark/
+
EXAMPLES
See the examples/ directory in this repository. The Emacs Web
- Server is also used to run a paste server [1] and serve editable
- Org-mode pages [2].
+ Server is also used to run a paste server [2] and serve editable
+ Org-mode pages [3].
- [1] https://github.com/eschulte/el-sprunge
- [2] https://github.com/eschulte/org-ehtml
+ [2] https://github.com/eschulte/el-sprunge
+ [3] https://github.com/eschulte/org-ehtml
DOCUMENTATION
Run `make doc' to build the texinfo documentation, also available
- online [3].
+ online [4].
- [3] http://eschulte.github.io/emacs-web-server
+ [4] http://eschulte.github.io/emacs-web-server