diff options
Diffstat (limited to 'tests/nya.lua')
| -rw-r--r-- | tests/nya.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/nya.lua b/tests/nya.lua new file mode 100644 index 0000000..ca5299c --- /dev/null +++ b/tests/nya.lua @@ -0,0 +1,8 @@ +llby = require "lullaby" + +llby.net.listen(function(server) + server:GET("/", function(res, req) + print("hi") + llby.io.pprint(req) + end) +end, 8887) |
