KO
|
EN
gitlite โ search
Search
#python
#javascript
#php
#java
#ruby
#go
#golang
#r
#dotfiles
#c-plus-plus
#music
#exploratorium
variant-go-server
โ 52
Open GitHub โ
The virtual home of go variants.
Download README (.md)
Explore Similar Repositories
Tyrant
:
Tyrant - RE Engine Asset Extractor
CVE-2019-11510-1
:
SSL VPN Rce
C64-PSU-Global
:
A replacement PSU for the Commodore C64, which works with 230V/115V
DarkImagePublishPlugin
:
Publish plugin that lets you have both light and dark mode variants for images on your site ๐
face-extractor
:
Python script that detect faces on the image or video, extracts them and saves to the specified folder
// repository documentation
Was this content helpful?
โ 0
(0 ratings)
Select Rating:
โ
โ
โ
โ
โ
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
variant-go-server
?
Download (.md)
# Variant Go Server A highly unfinished server for Go variants implemented in full-stack Rust. ## Development The whole app can be spun up with `docker compose up --build`. After that, the client should be accessible at http://localhost:8080/ ### Client While you can just use the docker image, builds on Mac OS can be very slow. If that ends up being an issue, try this. The client uses Dioxus CLI, install it with `cargo install dioxus-cli`. Build & run the client with ``` sh cd client dx serve --hot-reload ``` ## Testing Game rules use snapshot tests powered by [insta](https://docs.rs/insta/0.16.1/insta/). # Licensing The main project is dual licensed under MIT and Apache 2.0 licenses - the user is free to pick either one. Sounds are borrowed from [Katrain](https://github.com/sanderland/katrain) and fall under the MIT license.