Skip to content

v0.0.5

Choose a tag to compare

@jamesgpearce jamesgpearce released this 19 Nov 00:02
· 185 commits to main since this release

This release includes some important changes to the WebSocket-oriented synclet APIs.

The WsTransport has been renamed to WsClientTransport. This can be used for a client synclet that will be connecting to a WebSocket server elsewhere.

There is a new WsServerTransport component, which is to be used for a server synclet that will be also acting as a server for other client synclets to connect to.

The WsServer component is a standalone WebSocket server that can be used to accept incoming connections from multiple WsClientTransport synclets yet does not store its own data. This was previously in the synclet/server/stateless-ws module, but is now also part of the transport/ws module.