Skip to content

Instantly share code, notes, and snippets.

@joubertnel
Last active December 15, 2015 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joubertnel/5218968 to your computer and use it in GitHub Desktop.
Save joubertnel/5218968 to your computer and use it in GitHub Desktop.
serving up evented sexp from within emacs
(require 'elnode)
(elnode-start
(elnode-webserver-handler-maker "~/projects") :port 8001 :host "localhost")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment