EnokiUN / termdrawserver

A WebSocket server to handle termdraw for multiple clients on one canvas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TermdrawServer

A server which enables multiple termdrawclients (not to be confused with termdraw) to draw together on a single canvas.

Hosting

Just clone this repository and use the provided docker-compose.yml or compile and run.

# Docker
git clone https://github.com/enokiun/termdrawserver
cd termdrawserver
docekr-compose up
# Cargo
git clone https://github.com/enokiun/termdrawserver
cd termdrawserver
SERVER_ADDRESS="0.0.0.0" SERVER_PORT="8182" cargo run --release

About

A WebSocket server to handle termdraw for multiple clients on one canvas

License:MIT License


Languages

Language:Rust 93.2%Language:Dockerfile 6.8%