shuttle-hq / shuttle

Build & ship backends without writing any infrastructure files.
https://shuttle.rs
Apache License 2.0
5.8k stars 244 forks source link

[Resources]: Raw TCP and UDP ports #1564

Open jonaro00 opened 5 months ago

jonaro00 commented 5 months ago

Shuttle can currently only serve proxied HTTP traffic to your app. This feature would allow raw ports to be proxied, and would unblock many use-cases.


This issue is a part of the Product Feature Poll (all issues). React with :+1: if you want this feature. Comment if you have suggestions related to this feature.

eflukx commented 3 months ago

As we're operating in the IoT space, a lot of devices communicate using the CoAP protocol, which is based on UDP. Therefore having the ability to accept (raw) UDP (and DTLS) traffic is a hard requirement for us.