[ENet-discuss] Announce: enet.js -- enet bindings for node.js

fuzzy spoon fuzzyspoon at gmail.com
Fri Aug 26 12:22:14 PDT 2011


Hey,

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.
I use node.js and ENet together in my game engine so this is great :)



On Fri, Aug 26, 2011 at 8:52 PM, Casey Marshall
<casey.s.marshall at gmail.com>wrote:

>  I wanted to announce that we've made our Node.js bindings to enet
> available as open source, under the MIT license.
>
> The source repository is here: https://github.com/Memeo/enet-js
>
> It's still somewhat "alpha" right now, but please let us know what you
> think.
>
> 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.
>
> Thanks!
>
> _______________________________________________
> ENet-discuss mailing list
> ENet-discuss at cubik.org
> http://lists.cubik.org/mailman/listinfo/enet-discuss
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.cubik.org/pipermail/enet-discuss/attachments/20110826/8b5f718e/attachment.html>


More information about the ENet-discuss mailing list