socketless
socketless copied to clipboard
A framework and methodology for writing web socket RPC programs, without writing a single line of web socket or RPC code.
We need to make sure that the following documents: - API.md - ARCHITECTURE.md - DEV.md - HOWTO.md Are updated to incoporate the changes from: ## v5.0.0 (pending) Reimplemented state locking...
- allow more than one browser to connect (default: no) - kill active ws and connect new browser (default: yes) when a new browser tries to connect - require authentication...
E.g. even though there's a state to send, only send `{ authenticated: false }`, and only start sending true state data once that authentication has successfully happened.