Server library is clojure project that implements server, as listening on java ServerSocket and Socket, for http, https, ws and wss requests, and packing them into clojure maps and passing them as parameters to provided routing function.
You can use this project as dependencie in clojure projects by listing it in project.clj
[org.clojars.vladimirmarkovic86/server-lib "0.3.7"]
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