Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extends Playground to support node-based projects #73

Merged
merged 3 commits into from
Feb 22, 2022

Conversation

robotlolita
Copy link
Contributor

@robotlolita robotlolita commented Feb 22, 2022

This works by RPC-ing code to the playground server, then running that code in the target Crochet process in the host platform. Sessions are identified by a random 128bit integer that functions as an opaque capability for the RPC, though payloads are sent in plain text.

This fixes #72

@robotlolita robotlolita added the c:tooling Changes to the any of the supporting tools label Feb 22, 2022
@robotlolita robotlolita added this to the Crochet 0.14 milestone Feb 22, 2022
@robotlolita robotlolita merged commit 1b606e9 into main Feb 22, 2022
@robotlolita robotlolita deleted the patch/node-playground branch February 22, 2022 15:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c:tooling Changes to the any of the supporting tools
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support remote execution in the Playground
1 participant