dgrnbrg / spiral

Like Ring, but built for core.async
Eclipse Public License 1.0
125 stars 6 forks source link

Add websockets support #9

Open dgrnbrg opened 10 years ago

dgrnbrg commented 10 years ago

Currently, there's a major API difference between http-kit's unified websockets model, and Jet's "special route" websockets model. The Jet API is lowest-common-denominator, but the unified model is very nice. I first want to understand how the routing will work for websockets handlers before deciding what the control interface will look like.