Hey, <div><br></div><div>This is cool. I was working on my own small version of a node ENet server. I am glad there is a more concerted effort and I will look into helping out where I can.</div><div>I use node.js and ENet together in my game engine so this is great :)</div>
<div><br></div><div><br><br><div class="gmail_quote">On Fri, Aug 26, 2011 at 8:52 PM, Casey Marshall <span dir="ltr"><<a href="mailto:casey.s.marshall@gmail.com">casey.s.marshall@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

                <div>
                    I wanted to announce that we've made our Node.js bindings to enet available as open source, under the MIT license.
                </div><div><br></div><div>The source repository is here: <a href="https://github.com/Memeo/enet-js" target="_blank">https://github.com/Memeo/enet-js</a></div><div><br></div><div>It's still somewhat "alpha" right now, but please let us know what you think.</div>
<div><br></div><div>Something of note in this library is that it doesn't exclusively use socket readability to call enet_host_service: it also sets up a repeating timer so it calls the service function, which was the point of my question to this list a month ago. Node generally uses socket readability events to drive activity (through, e.g., epoll), so this timer is kind of an "eyesore" here, and I'm wondering if it's really necessary.</div>
<div><br></div><div>Thanks!</div>
            <br>_______________________________________________<br>
ENet-discuss mailing list<br>
<a href="mailto:ENet-discuss@cubik.org">ENet-discuss@cubik.org</a><br>
<a href="http://lists.cubik.org/mailman/listinfo/enet-discuss" target="_blank">http://lists.cubik.org/mailman/listinfo/enet-discuss</a><br>
<br></blockquote></div><br></div>