Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liquidz/nrepl-json
nREPL JSON Transport
https://github.com/liquidz/nrepl-json
json nrepl nrepl-transport
Last synced: 20 days ago
JSON representation
nREPL JSON Transport
- Host: GitHub
- URL: https://github.com/liquidz/nrepl-json
- Owner: liquidz
- License: epl-1.0
- Created: 2018-10-23T08:38:56.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-23T08:42:44.000Z (about 6 years ago)
- Last Synced: 2024-11-08T09:50:56.519Z (2 months ago)
- Topics: json, nrepl, nrepl-transport
- Language: Clojure
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nrepl-json
![ALPHA VERSION](https://img.shields.io/badge/version-ALPHA-red.svg)
nREPL JSON Transport
## Usage
```clj
(require '[nrepl-json.core :as njson]
'[nrepl.server :as server])(server/start-server :port 12345 :transport-fn njson/json)
```## License
Copyright © 2018 [Masashi Iizuka](https://twitter.com/uochan)
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.