Extensions - nrepl/nrepl GitHub Wiki

If you've created an nREPL client, transport, or middleware, add it here!

Other nREPL clients

Transports

  • nrepl-hornetq, which routes nREPL messages over HornetQ.
  • Drawbridge, Ring middleware implementing an nREPL HTTP/HTTPS endpoint and an nREPL transport to connect to such endpoints.
  • concerto, which "adds a broadcast mode to nREPL, so that when multiple users are logged into the same nREPL server they can each see what the others are doing".
  • fastlane, which adds transit transport to nREPL using transit-clj. It supports message pack, json and json verbose.

Middlewares