]> code.delx.au - gnu-emacs-elpa/blob - README
small updates to README and NOTES
[gnu-emacs-elpa] / README
1 Emacs Web Server
2
3 DESCRIPTION
4 A web server in Emacs running handlers written in Emacs Lisp.
5
6 REQUIREMENTS
7 Emacs 24.3 or later.
8
9 STATUS
10 This is a new project without much extended use so there are
11 likely bugs and potentially security issues. That said it
12 consists of little more than HTTP header parsing logic perched
13 atop Emacs' existing network process primitives, so it should be
14 fairly robust.
15
16 EXAMPLES
17 See the examples/ directory in this repository. The Emacs Web
18 Server is also used to run a paste server [1] and serve editable
19 Org-mode pages [2].
20
21 [1] https://github.com/eschulte/el-sprunge
22 [2] https://github.com/eschulte/org-ehtml/tree/emacs-web-server
23
24 DOCUMENTATION
25 Run `make doc' to build the texinfo documentation, also available
26 online [3].
27
28 [3] http://eschulte.github.io/emacs-web-server