Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/djblue/nrepl-cljs
- Owner: djblue
- Created: 2019-05-21T03:18:43.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-18T01:17:12.000Z (7 months ago)
- Last Synced: 2024-10-13T10:28:05.907Z (3 months ago)
- Topics: clojure, clojurescript, nrepl, nrepl-server
- Language: Clojure
- Homepage:
- Size: 47.9 KB
- Stars: 39
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-clojure-repl - Lumo nREPL
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!