planck-repl / planck

Stand-alone ClojureScript REPL
https://planck-repl.org
Eclipse Public License 1.0
1.03k stars 68 forks source link

Support TCP sockets #499

Open mfikes opened 7 years ago

mfikes commented 7 years ago

The ability to listen and also the ability to make outbound TCP connections.

Listening would be used, for example: cgrand/cljs-js-repl@0a6e2d0e997045771c33bb1bc3d1003532cdf49b

mfikes commented 7 years ago

Perhaps use https://github.com/libuv/libuv

mfikes commented 7 years ago

https://github.com/mfikes/planck/tree/sockets

pyrmont commented 5 years ago

This has been added now, right?

mfikes commented 5 years ago

@pyrmont Yeah. What remains is to make sure we are happy with the stuff in planck.socket.alpha, move it to planck.socket (perhaps leaving the old namespace around for a few years with deprecation metadata), and to add an SDK doc page that shows up under http://planck-repl.org/sdk.html