Add UDP Support #37

Open
opened 2019-09-29 02:43:57 +00:00 by Ghost · 3 comments

Please add UDP support (and/or TLS) to support the new HTTP/3 protocol.

Please add UDP support (and/or TLS) to support the new HTTP/3 protocol.
Owner

Generic UDP support is not possible because it’s sessionless...

HOWEVER, I’m very interested in QUIC (HTTP/3) support.

Could you help me debug and implement?

What software are you using that uses QUIC?

Generic UDP support is not possible because it’s sessionless... HOWEVER, I’m very interested in QUIC (HTTP/3) support. Could you help me debug and implement? What software are you using that uses QUIC?
Author

Hello \o

udp is possible over tcp, consume an udp port (on server) encode to tcp, send and decode to udp to a udp port(on client). I know projects like this (udp over tcp) but only in python.

I'm here because I'm trying to consume the mosh-server.

Hello \o udp is possible over tcp, consume an udp port (on server) encode to tcp, send and decode to udp to a udp port(on client). I know projects like this (udp over tcp) but only in python. I'm here because I'm trying to consume the mosh-server.
Owner

@gerardo-junior You can already do that with a tools like sclient + udptunnel.

I don't plan to support UDP until there's a good QUIC library for doing so.

I actually have a new Telebit client built in Go (not yet publicly available), and Go will probably have full QUIC support far before node (especially considering that node still doesn't have good http/2 support).

@gerardo-junior You can already do that with a tools like [sclient](https://telebit.cloud/sclient/) + udptunnel. I don't plan to support UDP until there's a good QUIC library for doing so. I actually have a new Telebit client built in Go (not yet publicly available), and Go will probably have full QUIC support far before node (especially considering that node still doesn't have good http/2 support).
Sign in to join this conversation.
No Label
feature
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coolaj86/telebit.js#37
No description provided.