clojang / lfecljapp

An Example LFE/Clojure Multi-node System using OTP and Supervision Trees
Other
28 stars 2 forks source link

Ensure the new Clojure example can be started with lein #24

Closed oubiwann closed 7 years ago

oubiwann commented 7 years ago

The Clojure server example is what will be started by LFE and run in a supervision tree. The first feature we'll support from the LFE side is starting Clojure nodes using lein. (Later will come starting Clojure notes with raw java as well as the boot tool).

Part of epic #21

oubiwann commented 7 years ago

Done.