docker / libchan

Like Go channels over the network
Apache License 2.0
2.47k stars 142 forks source link

Remote execution example #55

Closed dmcgowan closed 9 years ago

dmcgowan commented 9 years ago

Rexec is a simple example which showcases the libchan interface and ability to nest channels and streams

aanand commented 9 years ago

Love it.

AdrianRossouw commented 9 years ago

just a note: graftjs/jschan has a compatible port of this example.

This was a very useful tool to test compatibility of additional implementations with. thanks @dmcgowan !

dmcgowan commented 9 years ago

and thanks to @mcollina for being the brave first implementer and helping me debug it

mcollina commented 9 years ago

thanks for helping out on this :).

dmcgowan commented 9 years ago

LGTM