lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


sagasw <sagasw@gmail.com> said:
> I find node.js is very interesting, it seems very useful for high
> performance server programming.
> But I check the code of node.js, it all writes with C code, and
> node.js almost write everything from scratch.
> 
> Now I have a question. Lua should be able to use in server too, and
> could use libevent/libev as I know,
> How about the performance that use Lua libevent compare with node.js?
> Is it possible that port node.js to Lua? or just use node.js with Lua?

I just came across this post [1] about NodeJS and a Lua eventing framework
called SXELua. I do not see any code posted though.

Regards,
Ryan

[1] http://simonhf.wordpress.com/2010/10/13/node-js-versus-lua-hello-world/