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 something here?

Cheers

Jeremy.

On Thursday, May 2, 2013 11:47:01 AM UTC+2, Omer Iqbal wrote:
>
> 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 4:09 AM, David Nolen <dnolen...@gmail.com<javascript:>
> > wrote:
>
>> Done!
>>
>> On Sun, Feb 24, 2013 at 1:53 PM, Omer Iqbal <momer...@gmail.com<javascript:>
>> > wrote:
>>
>>> Extending dogfort for real world use 
>>> Brief explanation:  Node.js provides a lightweight and fast server 
>>> implementation, that’s commonly used for real time applications. Although 
>>> its possible to make clojurescript applications targeting nodejs, the 
>>> current experience is far from pleasant. Partly due to node’s heavy use of 
>>> callback hell, and partly because most existing node libraries are heavily 
>>> object oriented and imperative. Dogfort (
>>> https://github.com/bodil/dogfort) is a nice proof of concept , inspired 
>>> by ring and compojure, that abstracts out quite a few of these issues.
>>>
>>>
>>> Expected results: An improved version of dogfort that can be put to 
>>> real world use. New features include:
>>> - sessions
>>> - cookies
>>> - authentication middleware
>>> - socket.io abstraction 
>>> - route filtering middleware
>>>
>>> **
>>> Knowledge prerequisites: Familiarity with nodejs
>>> Mentor: Bodil Stokke 
>>>
>>
>>
>>  -- 
>> -- 
>> You received this message because you are subscribed to the Google
>> Groups "Clojure" group.
>> To post to this group, send email to clo...@googlegroups.com<javascript:>
>> Note that posts from new members are moderated - please be patient with 
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+u...@googlegroups.com <javascript:>
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Clojure" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to clojure+u...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>  
>>  
>>
>
>

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to