JSLib Reference Manual / Exports / SBServer

Interface: SBServer#

Table of contents#

Properties#

Properties#

channel_server#

channel_server: string

The channel server is the server that handles channel creation, channel deletion, and channel access. It is also the server that handles channel messages.


channel_ws#

channel_ws: string

The channel websocket is the websocket that handles channel messages. It is the same as the channel server, but with a different protocol.


shard_server#

Optional shard_server: string

“shard” server is a more modern version of the storage server, generally acting as a caching and/or mirroring layer. It proxies any new storage to one or more storage servers, and handles it’s own caching behavior. Generally, this will be the fastest interface, in particular for reading.


storage_server#

storage_server: string

The storage server is the server that all “shard” (blob) storage