Skip to content

Commit

Permalink
some stuff about chat
Browse files Browse the repository at this point in the history
  • Loading branch information
nicferrier committed Aug 16, 2012
1 parent a6d5d78 commit 6d47fca
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion elnode.org
Expand Up @@ -191,7 +191,14 @@ where (elnode-make-auth-wrap to-wrap template &optional path)
*** start with some files
*** make a webserver with elnode-webserver-handler-maker
*** org-mode

** chat
*** what do you need?
**** a list to store chat
***** a list of triples? (username date text)
**** a handler to receive the chats
***** a POST or something
**** a handler for people to call to wait and receive chats
***** should use elnode-defer-or-do to check for new chats
* v1.00 todo
** stuff
*** vagrant image
Expand Down

0 comments on commit 6d47fca

Please sign in to comment.