A Common Interface Among Streaming APIs
After reading the slide from Isaac's talk in November. I began to think about using little reactive controllers wired together to control the overall resposes of an application.
To demonstreate this concept. Say let's write a chat server that accept HTTP POST as input, and respond to GET with current char content.
Note that connection: 'keep-alive' may be one of the prerequisite for this to work.
# Server{Bacon} = require 'Bacon'