Network Framework

TEMPLATE NAME: Network Framework
CORE VERSION: 1.10.3
TEMPLATE VERSION: 1.0.0

TEMPLATE DESCRIPTION:
This is the Network Framework. A networking framework for Core, that is built on top of the standard Events namespace system.

The main features of this framework are:

  • A Queue system that ensures that no matter how many networked events you send per second they are guaranteed to be delivered, without
    the need for the developer to worry about the rate limits of Core networked events.

  • A Multi Event system, that allows you to send events that surpass the limits of the standard Events system of 128 bytes of data per
    networked event.

Information on how to use it can be seen on the README file included with the framework.

TEMPLATE VERSION NOTES:
1.0.0 - Initial release