Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorgechato/battle-royal
Battle royal between different languages in the backend side [GO vs JS vs Java vs Kotlin]
https://github.com/jorgechato/battle-royal
docker go golang graphql public
Last synced: 27 days ago
JSON representation
Battle royal between different languages in the backend side [GO vs JS vs Java vs Kotlin]
- Host: GitHub
- URL: https://github.com/jorgechato/battle-royal
- Owner: jorgechato
- Created: 2018-05-22T07:32:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-23T10:40:36.000Z (about 6 years ago)
- Last Synced: 2024-11-07T10:46:06.574Z (3 months ago)
- Topics: docker, go, golang, graphql, public
- Language: Go
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GO Battle Royal
[![Build Status](https://travis-ci.com/jorgechato/battle-royal.svg?branch=master)](https://travis-ci.com/jorgechato/battle-royal)
[![Go Report Card](https://goreportcard.com/badge/github.com/jorgechato/battle-royal)](https://goreportcard.com/report/github.com/jorgechato/battle-royal)
[![Godoc](https://img.shields.io/badge/go-documentation-blue.svg)](https://godoc.org/github.com/jorgechato/battle-royal)
[![Docker Repository](https://img.shields.io/badge/docker-image-blue.svg)](https://hub.docker.com/r/jorgechato/battle-royal)Battle royal between different languages in the backend side [GO vs JS vs Java vs Kotlin vs Vertx]
This backend can be used as a **graphql** or **rest** seed in `GO`
In these repository you will find a backend written in GO with [graphql](https://github.com/graphql-go/graphql) and API endpoints (hybrid solution).
In the following list you will find my colleagues' repos:- [TS with nestJS](https://github.com/RecuencoJones/nestjs-perf-test) written by @RecuencoJones
## Must have
- [Go>=9](https://golang.org/)
- [dep](https://github.com/golang/dep)## Install
```bash
$ go get -u -v https://github.com/jorgechato/battle-royal
```## Deploy
```bash
$ docker run -p 8080:8080 -p 8081:8081 --name battle-royal -d jorgechato/battle-royal
```