Technically client-agnostic websocket communications server, designed for ComputerCraft. - Forked from before Rust rewrite and CBOR installation.
Go to file
Oliver Marks cd60f3741a
Remove one-listener-at-once thing
It did not work properly anyway, as it only allowed one skynet.receive call to function... oops.
2018-09-15 18:39:42 +01:00
src Initial commit 2018-09-15 18:27:45 +01:00
.gitignore Initial commit 2018-09-15 18:27:45 +01:00
README.md Create README.md 2018-09-15 18:30:07 +01:00
client.lua Remove one-listener-at-once thing 2018-09-15 18:39:42 +01:00
package-lock.json Initial commit 2018-09-15 18:27:45 +01:00
package.json Initial commit 2018-09-15 18:27:45 +01:00

README.md

skynet

Technically client-agnostic websocket communications server, designed for ComputerCraft.

A client.lua to be required is included, but if you want the protocol documentation, please make an issue for it, I can't really be bothered.