socketless icon indicating copy to clipboard operation
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.

Results 13 socketless issues
Sort by recently updated
recently updated
newest added

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...

documentation
enhancement
v5

- 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...

enhancement
help wanted
good first issue

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.