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.li...@gmail.com> wrote:

> Done!
>
> On Sun, Feb 24, 2013 at 1:53 PM, Omer Iqbal <momeriqb...@gmail.com> 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 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.
>
>
>

-- 
-- 
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