You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is definitely something that will be supported in the future. Note that we'll probably support WebSocket first: #794
There are some discussions in WinterCG to land a common API for sockets, so we'll wait for it to avoid creating a proprietary API: wintercg/admin#43 (comment)
This is definitely something that will be supported in the future. Note that we'll probably support WebSocket first: #794
There are some discussions in WinterCG to land a common API for sockets, so we'll wait for it to avoid creating a proprietary API: wintercg/admin#43 (comment)
Common API for sockets maybe be trickly, seems Deno and Workerd share the same interface connect which is not the same as the Direct Sockets API proposal
Is your feature request related to a problem? Please describe.
I want to be able to connect the database.
Describe the solution you'd like
If Lagon runtime support raw TCP & UDP API, then DB driver is possible in Lagon.
Describe alternatives you've considered
N/A
Additional context
Deno Deploy has Socket API already and UDP is in future plan
https://deno.com/deploy/docs/runtime-api#deno-apis
https://deno.com/deploy/docs/runtime-api#future-support
Cloudflare workers announce they will support this.
https://blog-cloudflare-com.webpkgcache.com/doc/-/s/blog.cloudflare.com/introducing-socket-workers/
Actual work is already done in their
workerd
runtime.https://github.com/cloudflare/workerd/pulls?q=tcp
The text was updated successfully, but these errors were encountered: