WebSocket server library is clojure project that implements websocket server, as listening on java ServerSocket and Socket, for ws and wss requests, and packing them into clojure maps and passing them as parameters to provided routing function. This functionality is now available in server-lib project also.
You can use this project as dependencie in clojure projects by listing it in project.clj
[org.clojars.vladimirmarkovic86/websocket-server-lib "0.1.0"]
This project is licensed under the Eclipse Public License 1.0 - see the LICENSE file for details
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close