lua-users home
lua-l archive

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


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?

Many thanks,

------------------------------------------
blog: http://sunxiunan.com/
C++, Lua, living in Dalian
http://twitter.com/sagasw
------------------------------------------