wsmirror

Crates.iowsmirror
lib.rswsmirror
version0.1.0
sourcesrc
created_at2021-09-25 01:59:45.566279
updated_at2021-09-25 01:59:45.566279
descriptionWebSocket (rfc6455) mirror for testing client implementations, like echo.websocket.org
homepage
repositoryhttps://github.com/vi/wsmirror
max_upload_size
id456031
size21,976
Vitaly Shukela (vi)

documentation

README

Description

wsmirror is a simple server application that lets you run Websocket echo server for playing with WebSockets and testing WebSocket client implementations.

It should work similar to like echo.websocket.org worked before.

Public instances

  • ws://ws.vi-server.org/, wss://ws.vi-server.org/

  • ws://vi-server.org:1939/

Usage

Usage: wsmirror <tcp_bind_socket_address>

Specify socket address like 127.0.0.1:1234 or [::]:8080 as a sole command line argument.
Other options, such as maximum number of simultaneous clients, are configurable only in source code constants.

Commit count: 10

cargo fmt