Added URLs

and fixed one of them.
This commit is contained in:
Hiruna Jayamanne 2018-04-18 02:25:56 +12:00 committed by GitHub
parent e975d1a534
commit 87ff8c0e1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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