Clojure WebSocket Client -


i have set websocket server using http-kit should accept web socket connections. basic example shown in http-kit documentation.

the question is: how create clojure client connects it?

the client can clojure http library, don't mind. know javascript clients, , believe java has api use clojure. looking clojure library supports websockets both client and server. saw nothing in http-kit code make easy.

aleph has support websockets on both server , client. can take time used asynchronous style , aleph's core abstractions, it's tool once hang of it.


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

What is the difference between data design and data model(ERD) -

ios - Can NSManagedObject conform to NSCoding -