metosin / pohjavirta

Fast & Non-blocking Clojure wrapper for Undertow
169 stars 8 forks source link

Support more Response-types #5

Open ikitommi opened 5 years ago

ikitommi commented 5 years ago
ohpauleez commented 5 years ago

As always, love to see this stuff. Current version of "Pedestal2" has many similarities with the approach here.

You might consider changing from CompletableFuture to CompletionStage in response.clj. (More than happy to elaborate here, but I think you'll get the main idea).

ikitommi commented 5 years ago

Good catch, thanks! Curious about the "Pedestal2", didn't find anything on the pedestal repo, any more info available? We are in process of pulling a set of libraries into a new opinionated developer-friendly stack, will end up here: https://github.com/metosin/talvi

Logo-driven development ;)

malchmih commented 5 years ago

Same here, would love for this project to take off!

kanwei commented 4 years ago

It definitely seems like implementing this ticket would allow adoption by folks like me.