On 2015-05-21 15:36:56 -0700, Vishesh Yadav wrote:
> I'm working on racket web server to implement a basic web app. I found myself
> doing lots of low level stuff like cookie handling, session management etc
> almost from scratch. I was thinking to abstract all these stuff into some
> small library maybe, but before that I wanted to ask if there is already some
> work done by someone to avoid redoing all this. Would also be nice to know
> about people's experiences writing web code.

I don't know if any of these fit what you had in mind, but I've seen these
Racket web framework repos go by on Github:

  https://github.com/dmac/spin
  https://github.com/z-song/raf
  https://github.com/nschiefer/Pyramid

and Spencer and Jeremy have their rkt-http library:

  https://github.com/florence/rkt-http

Cheers,
Asumu

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to