swlkr

Results 54 comments of swlkr

Coast moved from https://coastonclojure.com/ to https://coast.swlkr.com

Hmm, I could put the middleware chain in the template instead of the lib, or maybe make it an option on project creation?

I did a lot of work on cleaning up the middleware chain, but I still couldn’t really separate out the middleware from the main app because of the way I...

I like this, I actually wrote some custom code on the current validator to get it back into a map, this lib already returns a vector of `[error map]`

This is still coming along, but I also wanted to start to try to let people customize which functions do what, so like… when you start the app in `server.clj`...

it is a goal, yeah i want something like actioncable

yeah definitely! i’m kind of following #77 today i took a detour trying to get graal working with the framework and it did work, but unfortunately the sqlite jdbc JNI...

Hey thanks! The routing is super simple, how routing should be, really. The default server adapter is http-kit, I don't even have support for another one, although I suppose you...

I only mention graal because I want to run as many coast apps as I can on a $5 VPS, and the native-image testing I've done takes up way less...

I don't really have any updates, haven't been doing much clojure (or lisp in general) stuff lately, but if you're motivated feel free to take a crack at it!