From 32e89bae352d6cf92864d8000e9fb2222c164aad Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Thu, 8 Jun 2017 10:11:51 -0400 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3b9d0c2..a994158 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ # 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 +-