pgsf: pragmatic game server framework is a game server framework designed to make websocket game servers as easy as possible.
Add to your pom.xml:
<dependency>
<groupId>co.redletterday</groupId>
<artifactId>pgsf</artifactId>
<version>1.1.0-snapshot</version>
</dependency>
Temporary documentation: see file: USAGE.md.
Feel free to contribute by submitting issues and pull requests if you have feature suggestions, fixes etc.
This project is licensed with the generous MIT License, see LICENSE.
This project is maintained by github.com/kaiaverkvist.