Fork me on GitHub
#reitit
<
2019-07-02
>
ikitommi14:07:05

Initial work on the minimal (and fast) Undertow wrapper here; https://github.com/metosin/pohjavirta. Goal is to make a good extension api so that one can command the server thread pools from reitit. e.g. adding a :server/dispatch true will make those routes run in a Worker Pool, all others on the NIO pool. Steps towards fully reactive web apps.

๐Ÿ’ช 12
๐Ÿ˜ฎ 4
ikitommi14:07:49

Will hope that someone pics up the development Immutant, currently itโ€™s marked as dead ๐Ÿ˜ž Aleph is always a good option as a server. But wanted to have a lite & proven Java-backed server as an option.