om

Please ask the channel first, not @dnolen directly!
wilkerlucio 2017-06-18T00:20:57.018601Z

@pedroteixeira I have this node-js implementation of a parser that does many async requests on the process: https://github.com/daveconservatoire/dcsite-cljs/blob/master/src/server/daveconservatoire/server/parser.cljs

1👍
wilkerlucio 2017-06-18T00:21:10.019081Z

the code is a bit large, just let me know if you have a question about any specifics

wilkerlucio 2017-06-18T00:22:17.021777Z

the raw engine that deals with the async layer is done here: https://github.com/daveconservatoire/dcsite-cljs/blob/master/src/cljs/pathom/core.cljs

matthavener 2017-06-18T02:03:53.274665Z

Awesome, glad I caught yours 🙂 It took me nearly 2 days to debug that