Expand description
Networking library for the sos-sdk crate.
If the listen
feature is enabled the server and client are compiled
with support for sending and listening for change notification over
a websocket connection.
Re-exports
Modules
- client
client
Client user account and types for bridging with remote origins. - server
server
Web server implementation.
Structs
- ChangeNotification
listen
Notification sent by the server when changes were made.
Enums
- Errors generated by the node library.
Type Aliases
- Result type for the network module.