emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] elpa-admin c398fd6 116/357: supports web sockets


From: Stefan Monnier
Subject: [elpa] elpa-admin c398fd6 116/357: supports web sockets
Date: Thu, 10 Dec 2020 18:06:26 -0500 (EST)

branch: elpa-admin
commit c398fd68c22b6c5a9fd19f22ffdf29a7f1e859e1
Author: Eric Schulte <schulte.eric@gmail.com>
Commit: Eric Schulte <schulte.eric@gmail.com>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]