An open API service indexing awesome lists of open source software.

https://github.com/projectborealis/arcticanalyticsserver

The analytics server for the ArcticAnalytics Unreal plugin
https://github.com/projectborealis/arcticanalyticsserver

Last synced: 8 months ago
JSON representation

The analytics server for the ArcticAnalytics Unreal plugin

Awesome Lists containing this project

README

          

# ArcticAnalytics-Server

Basic server for saving performance analytics to a file.

### Building

##### With Go tools
`$ go build`

##### With Docker / Makefile
`$ make build`

### Running

##### With binary
```
# only use --behind-proxy if you trust X-Forwarded-For headers.
$ ./aa-server --behind-proxy --addr :80
```

##### With docker
```
$ make run
```