elnode
elnode copied to clipboard
evented io webserver right inside your emacs.
#9 is related. the log file stuff works really well but the log files need to be customizable to turn over daily or whatever.
Elnode needs to be able to send errors and accesses to files and to processes instead of just buffers. Elnode's current log handling is just buffers through `elnode-log-access` function and...
Hi, # context I am developing org-trello, a minor mode to synchronize between [org-mode](https://github.com/ardumont/org-trello) and [trello](http://trello.com) (through their public API). At the moment, all of this is coupled and synchronous...
I tested the last part of tutorial ("More advanced again - Make a webapp around the service"), which I found clear and straightforward. However I did run into some trouble...
Here's is how to do backtrace collection: ``` (defun nic-test-2 () (let ((standard-output (get-buffer-create "*nic-backtrace*"))) (backtrace))) ``` An initial thought is that any condition-case capture could capture the backtrace in...
Example: (elnode-hostpath-dispatcher httpcon `(((rx ... ) . handler)))
I think it should be a database so that we can persist it to disc. I also think that it should be possible to specify it in the auth-scheme declaration.
The rules for elnode-auth-http-login setting the path on the cookie need to be cleared up. I've got it so it sets the path on "/" for now, but that's bad....
This is a problem when the file contains bytes that form invalid utf-8 sequences, as it goes to an interactive prompt asking the user what encoding to use. It could...
Doing this: ``` (setq elnode-log-files-directory nil) ``` has the slightly funny effect of logging to a folder called `nil`.