Skip to content

Releases: onihilist/RustyServer

RustyServer v.0.1.0

12 Jul 08:05
Compare
Choose a tag to compare
RustyServer v.0.1.0 Pre-release
Pre-release

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