GraftJS / jschan

JavaScript port of libchan based around streams
MIT License
157 stars 9 forks source link

Move transports to different repos. #37

Closed AdrianRossouw closed 8 years ago

AdrianRossouw commented 8 years ago

It's really overkill to require anybody installing jschan to depend on node-spdy, especially when it doesn't really need it. This commit splits it off into jschan-spdy and jschan-ws.

This will also help us in implementing HTTP2 support when it's ready.