shen-tian/fastlane

Transit transports for nREPL.


License
EPL-1.0

Documentation

fastlane

Transit transports for nREPL.

Motivation

A Transit transport simplifies the lives of people using Clojure/ClojureScript/Java clients for nREPL. We use transit-clj to implement transports to be used with nREPL, it supports transit with message pack, json and json verbose.

Usage

Just add fastlane as a dependency to your project and you can use it as a transport for nREPL.

[nrepl/fastlane "0.1.0-SNAPSHOT"]

The transports are at fastlane.core:

  • transit+msgpack
  • transit+json
  • transit+json-verbose

License

Copyright © 2018 Bozhidar Batsov and nREPL contributors

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.