Fork me on GitHub
#fulcro
<
2018-01-22
>
Hendrik Poernama10:01:47

Does Fulcro strictly depend on ring? Can I create async handler, say with pedestal instead of ring?

wilkerlucio11:01:15

@poernahi no, you can write your own server entirely if you want. You only need to find a way to expose the parser calls, anything that can output text (http, websockets, ...) will do

currentoor22:01:43

Do sub routers have be direct children of parent routers?