0.1.3 • Published 4 years ago

wst-bridge v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

WST-Bridge

Mudlet using WST-Bridge

A bridge for ws-telnet servers to be accessed via a local TCP proxy.

This allows a regular telnet client / MUD client to interface with a server running WST (ws-telnet Telnet over WebSockets).

Currently known working MUD clients: Mudlet

Config

Config path: $CWD/config.json

This file must be valid JSON, and will be written with defaults if it is not found.

Values

  • local

    	- host: The host string to bind to. Recommended | Default = `localhost`
    
    	- port: The port to bind to locally. Default = `13337`
  • remote: The remote WebSocket URI to connect to. Default = wss://mudjs.net:13337

0.1.3

4 years ago

0.1.2

4 years ago