atomic-codec
v1.0.28
Published
Atomic-Codec is a modern, strongly typed Bedrock network codec. It delivers clean packet models, safe encode/decode paths, and high-performance serialization tailored for Bedrock protocol work, with developer-friendly tooling to keep your networking code
Maintainers
Readme
Atomic Codec
Atomic-Codec is a modern, strongly typed Bedrock network codec. It delivers clean packet models, safe encode/decode paths, and high-performance serialization tailored for Bedrock protocol work, with developer-friendly tooling to keep your networking code fast, organized, and predictable.
Installation
yarn add atomic-codec
# or
npm install atomic-codecDevelopment (Yarn + Turbo)
- Install dependencies:
yarn install - Type-check and build:
yarn turbo run build - Type-check only:
yarn turbo run lint
Contributing
Contributions are welcome! Feel free to open issues and pull requests to improve Atomic Codec.
Authors
License
This project is licensed under the MIT License. See the LICENSE file for details.
