-
Notifications
You must be signed in to change notification settings - Fork 622
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
std/node: add net module #666
Comments
Is it acceptable for a std/node polyfill to only implement part of the module? eg just I might try work on this if no one else is? |
@ebebbington yes it's absolutely fine to just create a partial implementation and this is what is done for the browser and in Deno already for many cases, often with just a stub function with a todo marked. A contribution would be most welcome. |
Alright i'll try work on it when i can, but i'll note that if anyone else is wishing to tackle this issue, feel free as i don't have all the spare time in the world just lying around :P (ie it will take some time) |
This is open source, that is assumed :) |
The Current implementations are tied to |
@cmorten I'm pretty sure no one is working on it, glad that you picked it up - it's will be a major achievement to get compatiblity with |
Nice!:) I pretty much just got as far as porting the us code for Socket and Server to TS I believe, only primordial usage and tests were left to address |
Don't see it linked here but |
Right! Thanks! |
For completeness, we should add a polyfill for Node's net module.
The text was updated successfully, but these errors were encountered: