mbrock / wisp

Lisp in WebAssembly
https://wisp.town
GNU Affero General Public License v3.0
238 stars 6 forks source link

Remote hacking #15

Open mbrock opened 2 years ago

mbrock commented 2 years ago

What kind of protocol do we need for remote hacking?

This would be enough for e.g. live hacking a server application.

danielsz commented 10 months ago

Have you looked at the nREPL protocol used in the Clojure ecosystem?