-
Notifications
You must be signed in to change notification settings - Fork 16
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
License #1
Comments
hi paul. is all my own code - i did take some sha code from another source and will check the licensing on that before i put a license up but you are pretty safe to assume it will be MIT/Apache licensed. I will also have a look at updating the code and doing some testing. has been a while since i looked at it. are you using it for something? |
Possibly. At my place of employment I am working with embedded linux Thanks for your quick reply. Paul Dorn |
sounds good paul. i agree with you about node.js. i think they have lost track a bit of what the platform was originally intended to be. i was involved with the project quite a lot in the early days and always thought is should just be a small js wrapper around the system calls without all the streams and http/ssl stuff - they are better done as external modules imho. i have done some experiments in creating a stripped down version of node.js that knocks 3-4 MB off the runtime at startup in my environment. would be interested anyway in developing the ws-uv project and more than happy if you or any other guys at your shop would like to help out with patches, testing etc. libuv is a very nice platform and covers the 80% of what you need for most system apps. it's also very little overhead on working directly with kqueue/epoll etc. anyway, a bit of a ramble but it's late here. would be interested to hear back from you on any suggestions for this library and if you are looking to outsource any work do get in touch. |
Is the code outside of submodules in the public domain?
License or attribution would be appreciated.
The text was updated successfully, but these errors were encountered: