https://github.com/brutus5000/gw-dev-client
A developer client for FAF Galactic War
https://github.com/brutus5000/gw-dev-client
Last synced: 2 months ago
JSON representation
A developer client for FAF Galactic War
- Host: GitHub
- URL: https://github.com/brutus5000/gw-dev-client
- Owner: Brutus5000
- License: gpl-3.0
- Created: 2017-05-02T23:42:31.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-04T12:41:07.000Z (over 3 years ago)
- Last Synced: 2025-04-02T09:53:01.401Z (2 months ago)
- Language: Java
- Size: 230 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gw-dev-client
A developer client for the [FAF Galactic War backend](https://github.com/FAForever/gw-backend).This is not the official client to play FAF Galactic War. It's functional but it's no fun. You might say it's ugly. This client is intended for debugging and testing purposes only. It also serves as a reference implementation for the dedicated web frontend.
### Technology used: ###
- [Spring Boot](https://projects.spring.io/spring-boot/)
- [JavaFX 2](http://docs.oracle.com/javase/8/javase-clienttechnologies.htm)
- [Websockets](http://websocket.org/)
- [JSONAPI-Converter](https://github.com/jasminb/jsonapi-converter) as [JSON API client library](https://jsonapi.org)