A Julia implemenation of the awesome netcode protocol: https://github.com/mas-bandwidth/netcode/blob/main/STANDARD.md
NOTE: This package is under heavy development and is NOT complete
Go to the examples
directory and run the following commands in separate shell instances.
To start an authentication server instance:
julia --project=. simulate.jl --auth_server
To start an application (game) server instance:
julia --project=. simulate.jl --app_server
To start a client instance (run after the authentication and application server instances have started listening):
julia --project=. simulate.jl --client