Unified API of WebSocket and HTTP long polling/streaming for Clojure
1–10 of 11 posts
Re: Unified API of WebSocket and HTTP long polling/streaming for Clojure
#2Re: Unified API of WebSocket and HTTP long polling/streaming for Clojure
#3I, and many others, want to use this in production. Is the API solidified, as per version 2.0.0?
To tell the truth, I, Peter[1], and a few others take more than a month to think and discuss the API, even though there are just few functions to export. We try our best to make it better. In the end, I think, We are quite happy with what we get now: the unified API.
If a very good idea found to do the API, but the API would break, then it's version 3. But version 2 will still be maintained, and any bugs will get fixed. That's the promise.
Is this address your concern?
Re: Unified API of WebSocket and HTTP long polling/streaming for Clojure
#4Re: Unified API of WebSocket and HTTP long polling/streaming for Clojure
#5This seems similar to SignalR in .NET world, would you mind comparing the two feature-wise ?
Socket.IO[2] is more like SignalR compare to http-kit.
[1] jquery.signalR-1.0.1.min.js [2] http://socket.io/
Re: Unified API of WebSocket and HTTP long polling/streaming for Clojure
#6Re: Unified API of WebSocket and HTTP long polling/streaming for Clojure
#7How does compare with all the other async offerings for clojure like aleph and pure netty?
Re: Unified API of WebSocket and HTTP long polling/streaming for Clojure
#8How does compare with all the other async offerings for clojure like aleph and pure netty?
Re: Unified API of WebSocket and HTTP long polling/streaming for Clojure
#9Great work! I know it's quite complicated, but how are the plans for https support coming along?
Kudos to you and Peter on a great library!
Re: Unified API of WebSocket and HTTP long polling/streaming for Clojure
#10Hi Feng, Great work! I know it's quite complicated, but how are the plans for https support coming along? Kudos to you and Peter on a great library!
For the server, https is not planed, since It's better be done by Nginx or something alike [1].
For the client, https is planed. We have use case for it, too. Some time is needed to work on it. It will come out in one or two month, I guess.