Almost ready for beta3

This commit is contained in:
Diego Nehab 2004-11-27 07:58:04 +00:00
parent eb0fc857dd
commit 7c97e8e40a
26 changed files with 310 additions and 190 deletions

View file

@ -1,6 +1,6 @@
socket = require("socket");
host = host or "localhost";
port = port or "8080";
port = port or "8383";
server = assert(socket.bind(host, port));
ack = "\n";
while 1 do