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

lwt backend without a dep on tls? #187

Closed
c-cube opened this issue Mar 4, 2020 · 3 comments
Closed

lwt backend without a dep on tls? #187

c-cube opened this issue Mar 4, 2020 · 3 comments

Comments

@c-cube
Copy link

c-cube commented Mar 4, 2020

tls pulls a lot of dependencies, it'd be very convenient to just use normal lwt networking functions.

@avsm
Copy link
Member

avsm commented Mar 22, 2020

To be clear: you're looking for a cleartext-on-the-wire Lwt version?

This is possible, but a lot of engineering just for the case of dropping some dependencies in return for possibly insecure deployments. Could you elaborate a little more about your usecase?

@c-cube
Copy link
Author

c-cube commented Mar 25, 2020

well, I was exploring options for IPC on a single machine, but capnp seems way overkill for that.

@talex5
Copy link
Contributor

talex5 commented Nov 26, 2024

Yes, it's probably overkill if you can't afford the cost of a TLS library.

For communication within a machine, you might prefer ocaml-wayland (which is typically used for graphics stuff, but doesn't have to be).

@talex5 talex5 closed this as completed Nov 26, 2024
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

No branches or pull requests

3 participants