jabby is a debugger for jecs based off gorp
It's still in the early stages of development and is very experimental.
Visit the documentation!
jabby_core is responsible for creating applets. It gives each applet a unique identifier, which can be used in conjunction with jabby_net to handle communication.
Responsible for networking logic and permissions, it enables secure networking between client, server and client to client within jabby. It uses an id to uniquely separate packets. Refrain from using identifiers not created by jabby_core. Each applet should use the identifier provided by applet.unique_id for communication.