net/README.md
2017-06-08 10:11:51 -04:00

343 B

net

The net library was created to make servers and clients interact easily. This isn't for webservers! (It could be, but you would need to codde that part)

This library depends on luasocket and you should use luajit! It will work on a standard lua interperter, but wont be as fast.

Todo

  • Write the wiki
  • put examples on main page