vouch-opensource / krell

Simple ClojureScript React Native Tooling
Eclipse Public License 1.0
679 stars 36 forks source link

Support running several instances of the same application #133

Closed swannodette closed 3 years ago

swannodette commented 3 years ago

We don't want to complicate the REPL - so no "build switching". Instead just allow users to assign ports to different DeviceIDs in app.json. Then users can start Krell on the corresponding port and it will only connect to that specific device. The caveat is there should only be one recompiling Krell REPL.