https://github.com/teamapps-org/teamapps-message-protocol
https://github.com/teamapps-org/teamapps-message-protocol
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/teamapps-org/teamapps-message-protocol
- Owner: teamapps-org
- License: apache-2.0
- Created: 2022-12-21T10:20:19.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-18T12:06:14.000Z (over 1 year ago)
- Last Synced: 2025-01-01T18:43:22.562Z (over 1 year ago)
- Language: Java
- Size: 108 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# TeamApps Message Protocol
## Key features
- TeamApps Message Protocol is a data serialization system.
- Programmatic definition of messages (model) and protocol (e.g. RPC)
- Serializes data in a compact binary format.
- Generates easy to use Java classes.
- Can be used without generated code.
- Embedding of files via file data reader and writer interfaces.