Adesh Attavar | WebSocket Based Ockam Transport In TypeScript #2388
ade5h
started this conversation in
Help Wanted
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm Adesh Attavar, a senior undegrad from Manipal Institute of Technology. Security, cryptography, encryption, and computer networks have always sparked my attention, and I've worked on a few projects in these areas. When I first learned about Ockam, I was taken aback by the existing state of affairs, in which developers rely on machine defences and apps within the machine to ensure security as their data travels over complex, multi-hop, multi-protocol routes. I really liked how Ockam was trying to solve this problem by providing developers with easy to use libraries to implement end to end encryption and security.
Over the past few days I’ve been going over the Ockam codebase, trying to learn how to implement a secure channel myself and also trying to teach myself a bit of Rust which looked a bit similar to Swift at first. The documentation was really elaborate and helped me understand the concept of node, worker, routing, transport and helped me easily build a secure channel which I have documented over here. In the process of going over the documentation, I also made a small Pull Request to the repository which even got merged.
From my understanding of the project description, I’m supposed to implement TypeScript version of WebSocket based Ockam transport over the course of this externship. That is, create something similar to this in Typescript implementation section. I have gone through the Rust implementation of WebSocket based Ockam transport, and I’m quite confident that I will be able to create its Typescript implementation.
Here are some of the work that I’ve done in the past which would be relevant to what I would be working on in this externship:
More discussion and suggestions are always welcome. I'm very excited to learn and contribute to this Organization.
Beta Was this translation helpful? Give feedback.
All reactions