starandserpent / java-TerraServer

Terra - Voxel octree of chunks, made for Rituals of the old
MIT License
18 stars 2 forks source link

Generic transport layer is required #28

Closed Pilvinen closed 4 years ago

Pilvinen commented 5 years ago

We need a generic transport layer, thus:

Terra <--> Transport layer <--> Networking library

So that we do not directly hook up to a networking library from Terra. We are currently using Aeron networking library, but end users might wish to migrate to a different networking library - for any number of reasons - let's not make it unnecessarily difficult for them by hard coding things into Terra.

Pawlost commented 4 years ago

We are using Venom as transport layer