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
- Host: GitHub
- URL: https://github.com/projectborealis/arcticanalyticsserver
- Owner: ProjectBorealis
- License: mit
- Created: 2019-01-06T16:01:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T20:56:33.000Z (over 1 year ago)
- Last Synced: 2024-11-13T10:11:45.030Z (over 1 year ago)
- Language: Go
- Size: 16.6 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```