-
-
Notifications
You must be signed in to change notification settings - Fork 560
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
Rust - WebSocket Transport #1130
Comments
I've started working on this issue (mostly running the examples and watching the last community video), but I've seen that the tcp transport is going to be refactored (this week?) and it also has some todos/fixmes. Do you think I should wait until it gets refactored? |
That's awesome! The tcp changes,this week, are mostly API tweaks so please move forward without them. |
Please don't hesitate to ask questions. @spacekookie may able to provide context/feedback as you make progress. |
I'm still trying to figure out where to put each piece of the logic (the worker's architecture). I'll try to get something done by the end of this week. I'll get back with some questions if I get stuck, thanks @mrinalwadhwa! |
Awesome, looking forward to it! |
Done! |
Similar to the TCP Transport but over WebSockets
https://github.com/ockam-network/ockam/tree/develop/implementations/rust/ockam/ockam_transport_tcp
https://github.com/ockam-network/ockam/blob/develop/documentation/concepts/transports.md
https://github.com/ockam-network/ockam/blob/develop/documentation/concepts/application-layer-routing.md
The text was updated successfully, but these errors were encountered: