We are also in a process of looking for an http-kit faster web server for our Clojure web handlers.
Can you please explain where the development is going in terms of adapting to web servers? Since undertow
looks like a good candidate for a server replacement we are also looking at it and also Metosin's pohjavirta.
Thanks,
Ido
Dmitri
unread,
Apr 7, 2020, 12:26:48 AM4/7/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Luminus
Hi,
The undertow adapter is largely based on the original Immutant code, but aims to have a more focused scope. The goal is mainly to provide an Undertow adapter for Ring HTTP/WebSocket handlers using a thin wrapper. The adapter should be reasonably performant, but it is not aiming for maximum performance at the moment. I would recommend Pohjavirta if performance is the main concern.