Files
cell/tests/overling.js
John Alanbrook c7aee73dcb
Some checks failed
Build and Deploy / build-linux (push) Failing after 1m41s
Build and Deploy / build-windows (CLANG64) (push) Failing after 10m50s
Build and Deploy / package-dist (push) Has been skipped
Build and Deploy / deploy-itch (push) Has been skipped
Build and Deploy / deploy-gitea (push) Has been skipped
initial misty implementation
2025-03-04 22:46:10 -06:00

10 lines
254 B
JavaScript

var os = use('os')
var newguy = os.createprocess(["./prosperon", "spawn", "--program", "spawn2.js", "--overling", $_.host.port()])
var hang = 0.016
while (1) {
os.waitevent(_ => {}, hang)
$_.host.service(e => {console.log(json.encode(e))}, hang)
}