Installing Lua socket library
问题 Either I'm overtired or blind. I want to learn networking with Lua and therefore I have to install the socket lib, so I can require it easily, but I don't know, which files I should "require". The example says: local socket = require("socket") but as I said, I don't know which files I should include, if I use socket.lua it doesn't work and I get: No files found . I got the lib from here: Lua socket download Or, is there another way to install the socket lib? 回答1: When you load a module with