Releases: onihilist/RustyServer
Releases · onihilist/RustyServer
RustyServer v.0.1.0
Release 0.1.0
Server is OK, he run and connected to the database, protocols are triggered, but he can handle one user.
Configuration file :
exemple :
[database]
host = "localhost"
port = 5432
username = "postgres"
password = "root"
database = "RustyDB"
[server]
maxUser = 30
timeout = 10000 #(ms)
Full Changelog: https://github.com/onihilist/RustyServer/commits/pre-release