sockudo 2.5.0

A simple, fast, and secure WebSocket server for real-time applications.
Documentation
1
2
3
4
5
6
7
# Simple minimal runtime image for sockudo with rustls
FROM ubuntu:22.04

# The actual sockudo binary will be mounted as a volume
WORKDIR /app

CMD ["/app/target/debug/sockudo"]