Hi everyone,
I was wondering if the interceptor concept from Pedestal would also be a
good fit in this proposal ?
>From what I gathered it helps break the flow of execution of the handling
of requests while still having
something that looks like ring middlewares.
Am I off topic or is there so
I've been working on my proposal for this project. Here's a rough draft:
https://gist.github.com/olenhad/5501208 of what I have so far. Would love
some eye balls to verify if its on the right track.
Its a little rushed as I just got free from exams.
Cheers
Omer
@olenhad
On Mon, Feb 25, 2013 at
I looked at dogfort, and discussed the possibility of extending it's
functionality as a GSOC project with Bodil, to which she agreed. Here's the
proposal we came up with:
Extending dogfort for real world use
Brief explanation: Node.js provides a lightweight and fast server
implementation, that’s c
I responded to Omer on Twitter, it's probably worth looking into existing
projects like Bodil Stokke's Dog Fort first -
https://github.com/bodil/dogfort
David
On Thu, Feb 14, 2013 at 5:48 PM, Tamreen Khan wrote:
> But compojure isn't in cljs, so you have to use the jvm. A wrapper around
> expr
But compojure isn't in cljs, so you have to use the jvm. A wrapper around
express would mean you could run it on node.
On Thu, Feb 14, 2013 at 5:35 PM, Josh Kamau wrote:
> Clojure has compojure ... which is a sinatra like web framework and
> you can create a new project using"lein new
Clojure has compojure ... which is a sinatra like web framework and
you can create a new project using"lein new compojure" and start
creating your request handler functions from there ... Just like in
express. If you want a jade equivalent... you can use hiccup .
Josh.
On Fri, Feb 15