A simple game server implementing Spatial partition using Spring Boot Websockets, JPA and flatbuffers for packet protocol handling
Main implementation of the spatial partition can be seen in the Grid.java class and the tests in the GridTest.java class.