Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 846 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 846 Bytes

Ring-Websocket-Middleware Build Status

A Clojure library that has extra Ring middleware for managing WebSockets. Some or all of this functionality may eventually make its way into Ring-Core.

Installation

Add the following dependency to your deps.edn file:

org.ring-clojure/ring-websocket-middleware {:mvn/version "0.2.0"}

Or to your Leiningen project file:

[org.ring-clojure/ring-websocket-middleware "0.2.0"]

Documentation

License

Copyright © 2024 James Reeves

Released under the MIT license.