File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
local net = require ("@lune/net" )
2
2
3
- local PORT = 8081
3
+ local PORT = 8811
4
4
local LOCALHOST = "http://localhost"
5
5
local BROADCAST = `http://0.0.0.0`
6
6
local RESPONSE = "Hello, lune!"
Original file line number Diff line number Diff line change 1
1
local net = require ("@lune/net" )
2
2
local task = require ("@lune/task" )
3
3
4
- local PORT = 8082
4
+ local PORT = 8822
5
5
local URL = `http://127.0.0.1:{PORT }`
6
6
local RESPONSE = "Hello, lune!"
7
7
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ local process = require("@lune/process")
3
3
local stdio = require ("@lune/stdio" )
4
4
local task = require ("@lune/task" )
5
5
6
- local PORT = 8083
6
+ local PORT = 8833
7
7
local RESPONSE = "Hello, lune!"
8
8
9
9
-- Serve should not yield the entire main thread forever, only
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ local process = require("@lune/process")
3
3
local stdio = require ("@lune/stdio" )
4
4
local task = require ("@lune/task" )
5
5
6
- local PORT = 8084
6
+ local PORT = 8844
7
7
local URL = `http://127.0.0.1:{PORT }`
8
8
local RESPONSE = "Hello, lune!"
9
9
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ local process = require("@lune/process")
3
3
local stdio = require ("@lune/stdio" )
4
4
local task = require ("@lune/task" )
5
5
6
- local PORT = 8085
6
+ local PORT = 8855
7
7
local WS_URL = `ws://127.0.0.1:{PORT }`
8
8
local REQUEST = "Hello from client!"
9
9
local RESPONSE = "Hello, lune!"
You can’t perform that action at this time.
0 commit comments