Crate sos_net

source ·
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

  • clientclient
    Client user account and types for bridging with remote origins.
  • serverserver
    Web server implementation.

Structs

Enums

  • Errors generated by the node library.

Type Aliases

  • Result type for the network module.