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

refactor(workerd): replace websocket with worker rpc #141

Merged
merged 16 commits into from
Oct 27, 2024
Merged

Conversation

hi-ogawa
Copy link
Owner

@hi-ogawa hi-ogawa commented Oct 26, 2024

We probably don't even need websocket since service binding + rpc can make bidirectional communication easily.
(Also even if there's no rpc out-of-the-box, we can do the same from fetch with special endpoint like /__rpc).

Copy link
Owner Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @hi-ogawa and the rest of your teammates on Graphite Graphite

@hi-ogawa hi-ogawa force-pushed the feat-workerd-rpc branch 2 times, most recently from 874cce1 to 62a4b5c Compare October 27, 2024 04:10
@hi-ogawa hi-ogawa marked this pull request as ready for review October 27, 2024 04:56
@hi-ogawa hi-ogawa changed the title refactor: use worker rpc refactor(workerd): use worker rpc Oct 27, 2024
@hi-ogawa hi-ogawa changed the title refactor(workerd): use worker rpc refactor(workerd): replace websocket with worker rpc Oct 27, 2024
@hi-ogawa hi-ogawa merged commit 99cff0a into main Oct 27, 2024
1 check passed
@hi-ogawa hi-ogawa deleted the feat-workerd-rpc branch October 27, 2024 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant