xscp 1.0.0

A minimal text-based communication protocol built in Rust
Documentation
1
2
3
4
5
6
7
services:
  server:
    build:
      context: .
      dockerfile: server/Dockerfile
    ports:
      - "7878:7878"