Introduction
Soqet is a WebSocket Network created to allow secure communication between clients without the need to host a server.
This service is intended to be used with ComputerCraft.
Functionalities
Soqet offers various features:
- Secure WebSocket
- Strings as channel names
- Private channels by prefixing the name with
$
- Client authentication by secret key
- Transmit any data serializable by JSON.
- Safer than modem