From 7cd9e88a7f6e550e869c3a0385300231023ed76f Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Thu, 8 Jun 2017 10:20:50 -0400 Subject: [PATCH] Create README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a994158..d64895d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # net +# Discord +For real-time assistance with my libraries! A place where you can ask questions about for help with any of my libraries
+https://discord.gg/U8UspuA
+ 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.