mirror of
https://github.com/HiruNya/Shadowverse-Lobby-Server
synced 2026-08-25 02:26:04 -04:00
Added URLs
and fixed one of them.
This commit is contained in:
parent
e975d1a534
commit
87ff8c0e1f
1 changed files with 2 additions and 2 deletions
|
|
@ -5,14 +5,14 @@ Furthermore this a big work in progress as not even a client to use this has bee
|
|||
A lobby to post your private match codes in Shadowverse to play against other people.<br>
|
||||
This is a server that is meant to accept TCP connections from the client and create, remove, update, and send a list of currently available private games that can be used by others in events or quests where they have to play a private match to get the reward. (For example the "Play 1 private match" daily mission).
|
||||
|
||||
This is currently built in Rust on the Tokio framework and may require the nightly compiler. (Not sure about this).
|
||||
This is built in [Rust](https://www.rust-lang.org/) on the [Tokio framework](http://tokio.rs/) and may require the nightly compiler. (Not sure about this).
|
||||
|
||||
## Client
|
||||
The Client is not yet available and therefore this server is pretty much useless until one is made available.
|
||||
|
||||
## Host your own server
|
||||
You can host your own server by either:
|
||||
- [Downloading the program in the Release section](/releases)
|
||||
- [Downloading the program in the Release section](https://github.com/HiruNya/Shadowverse-Lobby-Server/releases)
|
||||
- [Building the server from the source](#how-to-build-from-source)
|
||||
|
||||
### How to build from source
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue