Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/djblue/nrepl-cljs

nrepl server implemented for bootstrap clojurescript
https://github.com/djblue/nrepl-cljs

clojure clojurescript nrepl nrepl-server

Last synced: 2 months ago
JSON representation

nrepl server implemented for bootstrap clojurescript

Awesome Lists containing this project

README

        

# nrepl-cljs

Initial implementation of [nrepl](https://github.com/nrepl/nrepl) in
boostrapped clojurescript for node via [shadow-cljs](http://shadow-cljs.org/).

## development

To get started developing in this project, do:

clojure -A:shadow-cljs watch bootstrap server client

To start the nrepl server on port 7888, do:

node target/server

To connect the nrepl client to the server, do:

node target/client

## status

Currenly, the only real op supported by the server is eval. Contributions
are welcome!