Created
November 1, 2015 23:13
-
-
Save mstade/249b017fa04c53e80d50 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(automaton init | |
(init : (c → more)) | |
(more : (a → more) | |
(d → more) | |
(r → end)) | |
(end : )) |
http['is_service_available'] = (req, res) => {
console.log(req, res)
return true
}
let it = http(req, res)
it.next(req, res)
it.next(req, res)
...
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That is epic.