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

[feature request] dgram module #251

Closed
skibz opened this issue Jul 6, 2022 · 5 comments
Closed

[feature request] dgram module #251

skibz opened this issue Jul 6, 2022 · 5 comments

Comments

@skibz
Copy link

skibz commented Jul 6, 2022

are there plans to support node's dgram or some other type of udp socket module?

@evanwashere
Copy link
Collaborator

support for tcp and udp is on roadmap #159
you can also get access to sockets and any other native functionality through FFI

@skibz
Copy link
Author

skibz commented Jul 6, 2022

thanks :)

@skibz skibz closed this as completed Jul 6, 2022
@DonaldFoss-VVV
Copy link

I see this closed as completed, yet bun 0.5.7 doesn't support a

const udp = require('dgram');

statement. Is this "completed" as in not-doing-this-now, do-it-with-FFI-somehow (FFI link above is unhelpful) or an undefined meaning of complete?

@Electroid
Copy link
Contributor

Support for dgram is still planned, it will be tracked here: #1630

@DonaldFoss-VVV
Copy link

DonaldFoss-VVV commented Mar 6, 2023 via email

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

4 participants