Hi, I'm working on this (native) WebSocket server project: https://github.com/alexhultman/uWebSockets. It supports transferring connections from the built-in Node.js http.Server to the addon, letting it handle the WebSocket connections.
Now, I'm looking at transferring the OpenSSL context from Node.js to the addon, to also allow seamless transfers from https.Server to the addon. I've looked a bit at the tls_wrap.cc but nothing seems to stand out. How would I begin this task? If this is not supported, maybe you could consider helping me out with this? -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/6dfaec07-49e3-4944-8a0d-65a40ec568a6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
