arnelify_server 0.9.4

Multi-language server with HTTP 3.0 and WebTransport support.
Documentation
1
2
3
4
5
6
7
8
FROM rust:1.91.1

WORKDIR /var/www/rs

RUN apt-get update -y && apt-get upgrade -y
RUN apt-get install sudo nano -y

EXPOSE 4433