To do this you have to bind a host and a port using LuaSocket: server = socket.bind(host, port) ... For example, a simple echo handler would be:
確定! 回上一頁