# @sisujs/meta-cbot

> A framework that provides a reflective Meta-model for JavaScript/TypeScript, alongside a HTTP-compatible and type validating transport protocol designed to replace JSON.

Latest version **0.12.0** (published 2026-08-05) · ISC license · 0 weekly downloads

## Install

```sh
npm install @sisujs/meta-cbot
pnpm add @sisujs/meta-cbot
yarn add @sisujs/meta-cbot
bun add @sisujs/meta-cbot
```

## Health

**Score 65/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; pre 1.0.

## Facts

| | |
|---|---|
| Version | 0.12.0 |
| Published | 2026-08-05 |
| First published | 2024-05-11 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 161.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Marko Lavikainen |
| Maintainers | mlavikai |
| Keywords | json, serialization, stringify, schema, http, web, alternative, replacement, typescript, meta |

## Links

- npm: https://www.npmjs.com/package/@sisujs/meta-cbot
- Repository: https://gitlab.com/sisujs/sisujs
- Homepage: https://cbot.sisujs.fi/
- Issues: https://gitlab.com/sisujs/sisujs/-/issues
- npm.io page: https://npm.io/package/@sisujs/meta-cbot

## Dependencies (1)

- [@sisujs/common](https://npm.io/package/@sisujs/common.md) 0.12.0

## Alternatives

- [@mapbox/jsonlint-lines-primitives](https://npm.io/package/@mapbox/jsonlint-lines-primitives.md) — 5.3M weekly downloads
- [reftools](https://npm.io/package/reftools.md) — 3.5M weekly downloads
- [@hey-api/openapi-ts](https://npm.io/package/@hey-api/openapi-ts.md) — 3.5M weekly downloads
- [@mapbox/geojson-rewind](https://npm.io/package/@mapbox/geojson-rewind.md) — 2.4M weekly downloads
- [turbo-stream](https://npm.io/package/turbo-stream.md) — 1.7M weekly downloads

## Recent versions

- 0.12.0 (latest) — 2026-08-05
- 0.11.1 — 2026-04-09
- 0.11.0 — 2026-04-07
- 0.10.1 — 2026-04-02
- 0.10.0 — 2026-03-29
- 0.9.0 — 2025-10-07
- 0.8.0 — 2024-10-27
- 0.7.3 — 2024-10-05
- 0.7.2 — 2024-10-05
- 0.7.1 — 2024-09-11
- 0.7.0 — 2024-09-10
- 0.6.2 — 2024-06-11
- 0.6.1 — 2024-05-14
- 0.6.0 — 2024-05-11

## README

# SisuJs Meta-Cbot

CBOT (Character Based Object Transport) protocol is a character-based data transfer protocol designed to replace JSON in web development. Its primary goal is to provide a more robust and richer model for transporting structured data between server and browser.

This protocol is not intended to compete with or replace any binary protocols used in server-to-server communications, but rather to create a better alternative. Therefore, the design goals are always aligned with the JavaScript environment in browsers, even when implemented on other platforms.

This package contains two interlinked components:

  - **Cbot** (Character Based Object Transport): A type validating protocol
    designed for web data transport, intended to replace JSON for server-browser
    communication.
  - **Meta -model**: A framework for creating reflective types in
    JavaScript/TypeScript, enhancing type enforcement and data integrity.

## Quick links

  * [JavaScript Tutorial](https://cbot.sisujs.fi/tutorial/javascript-tutorial/)
  * [TypeScript Tutorial](https://cbot.sisujs.fi/tutorial/typescript-tutorial/)
  * [API documentation](https://gitlab.com/sisujs/sisujs/-/tree/main/js/meta-cbot/typedoc)

## Java Support

  * [Tutorial](https://cbot.sisujs.fi/tutorial/java-tutorial/)
  * [API Documentation](https://www.javadoc.io/doc/fi.sisujs/cbot/0.11.0/index.html)

## Python Support

 - [Tutorial](https://cbot.sisujs.fi/tutorial/python-tutorial/)

---
_Source: https://npm.io/package/@sisujs/meta-cbot · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
