Search found 1 match

by nathany
Fri Apr 25, 2008 9:17 pm
Forum: General
Topic: Official Lua Library Selection
Replies: 15
Views: 17891

Re: Official Lua Library Selection

LuaSocket is documented in the official "Programming in Lua" book and is used in various web projects like Kepler, so it's probably a good choice. Threading isn't an easy concept for new developers, so it's best if you add it on your own if you really want it. Lua has coroutines which are ...