figwheel-main 2024-12-04

sheepishly peeks into the chat

was lost in a land of home renovation and is going to bring figwheel-main up-to-date

❤️ 9
🙏 6

One of the big problems with figwheel-main is the constant deps conflicts do to using jetty. One solution is to move back to using https://github.com/http-kit/http-kit which is a pure clojure webserver and thus will no longer produce jetty conflicts. I could also update to ring-jetty-adapter but I think that would still cause common deps conflicts considering how well used it is.

well OK one problem with Httpkit is that it doesn’t have SSL support

so I will first see about updating ring and to stop referencing Jetty Websocket classes directly and instead use ring’s websocket api. That should be an improvement over the current situation.