endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
829 stars 72 forks source link

feat(daemon): Add TCP net layer #2060

Closed kumavis closed 8 months ago

kumavis commented 9 months ago

Ref: https://github.com/endojs/endo/pull/1993

dckc commented 7 months ago

I gather this is progress on #1828 too.

dckc commented 7 months ago

I'm interested to try this out. How is it used? Are there relevant tests?

kriskowal commented 7 months ago

Relevant tests https://github.com/endojs/endo/blob/983900db60e4f388614a4003c8237102d3806236/packages/daemon/test/test-endo.js#L1179-L1251

However, it might be good to wait for my signal. We’ll have a user-level workflow for inviting peers to connect and message delivery between connected peers within a week. I’ll post an update at https://github.com/endojs/endo/issues/1828, maybe even carve out the narrower issue we’ll hit with TCP.