What is the Lua equivalent of Twisted Python, Eventmachine for Ruby, NIO for Java, etc.?
- by z8000
What is the Lua equivalent of Twisted Python, Eventmachine for Ruby, NIO for Java, etc.?
If there is none, how does one do non-blocking event-based network I/O?
In general, how does one solve the C10K problem in Lua?
Thanks!