Just Put Up The Latest Cut, Routing Is A Go
- From:
- Zed A. Shaw
- Date:
- 2010-06-27 @ 10:14
Just got done putting up the latest bit of Mongrel2 code. You can try
to bust it for me at:
http://mongrel2.org:6767/chat/
and at:
http://mongrel2.org:6767/home
Large POST bodies, like submitting a ticket or editing a wiki page will
fail with a 411. I have to get streaming to work properly for that.
What this drop gets working is the sexy routing system is now fully
baked and working for HTTP and JSSocket requests. I modified JSSocket
so that it indicates a @something path target, making it possible to
route the messages around as needed. The HTTP proxies are also using
the routing, so when you hit /chat/ it's a different one than / is
using.
Next up, serving files with a dir handler type, and then getting HTTP
requests to go to 0mq backends with a JSON convert.
--
Zed A. Shaw
http://zedshaw.com/