-
Notifications
You must be signed in to change notification settings - Fork 43
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
InternetAddress implementation #3
Comments
For my part, I ended up using the That's what a Node.js developer would have done (i.e. use a dedicated npm module). I did not have the courage to translate the JS code of the Clearly not a satisfying solution but it works. |
Thanks for the feedback! Looking now at my original comment I'm not sure why I needed |
Oh, I think I was looking for |
FYI: I ended up implementing what |
Wise decision to use a v1.0-dev tag because v0.1 tag did not give justice to your library that I find more advanced than mine :) great work ! |
Work has started here:
Need to finalize, but there looks like no support for parsing IPs in to their
in_addr
format in Node. Might just throwUnsupportedError
to start with.The text was updated successfully, but these errors were encountered: