immutant

http://immutant.org Note: dev discussion happens in #immutant on FreeNode IRC.
2016-02-19T22:58:48.000007Z

Is there anyway to run a server with ring handlers, with some Undertow handlers that fire before? I'm trying to add open-zipkin tracing to the base libraries I use to spin up web servers.

2016-02-19T23:01:57.000008Z

I've tried passing a map to the immutant.web/run fn with an Undertow builder with host, port, and listeners set. The server runs on the correct host and port, but the listeners I add seems to get overwritten

2016-02-19T23:02:23.000009Z

listeners=handlers, i should say