web server running Emacs Lisp handlers.
License
eschulte/emacs-web-server
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Git stats
Files
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Emacs Web Server DESCRIPTION A web server in Emacs running handlers written in Emacs Lisp. REQUIREMENTS Emacs 24.3 or later. STATUS 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/ USAGE See the examples/ directory in this repository for examples demonstrating usage. The Emacs web-server is also used to run a paste server [2], serve editable Org-mode pages [3] and serve files for Cask [4]. [2] https://github.com/eschulte/el-sprunge [3] https://github.com/eschulte/org-ehtml [4] https://github.com/cask/cask Available from the GNU ELPA [5]. The tutorials page [6] walks through usage scenarios including installing the Emacs web-server and running it behind a proxy. [5] http://elpa.gnu.org/ [6] http://eschulte.github.io/emacs-web-server/tutorials/ Run `make check' to run the included test suite. DOCUMENTATION Run `make doc' to build the texinfo documentation, also available online [6]. [6] http://eschulte.github.io/emacs-web-server
About
web server running Emacs Lisp handlers.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published