Re: What's the best option similar to Vert.x, Reactor, Nodejs for use with Clojure?

2016-01-25 Thread Fabio T.
Hi, I agree it really depends what you're looking for. If you're especially looking for async performance then I think you can't go wrong with Pulsar which is a Clojure language integration module + a thin, idiomatic wrapper around Quasar

Re: What's the best option similar to Vert.x, Reactor, Nodejs for use with Clojure?

2016-01-27 Thread Fabio T.
er-machine core.async channels' is awesome. This can > easily replace the 'vertx eventbus'. Really cool! > > Thanks a lot, Fabio! > qsys > > Op maandag 25 januari 2016 14:12:42 UTC+1 schreef Fabio T.: >> >> Hi, >> >> I agree it really depends what