@togatherlabs/event-sdk 1.0.7 → 1.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
This repository contains **event schemas** for the toGather event-driven backend system. We use **Protocol Buffers (Protobuf)** as the messaging format for events. It provides type-safe code generation for **TypeScript** and **Python**, enabling services in different languages to share a consistent event schema.
|
|
4
4
|
|
|
5
|
+
[](https://www.npmjs.com/package/@togatherlabs/event-sdk)
|
|
6
|
+
[](https://www.npmjs.com/package/@togatherlabs/event-sdk)
|
|
7
|
+
[](./LICENSE)
|
|
5
8
|
|
|
6
9
|
## Table of Contents
|
|
7
10
|
|
package/package.json
CHANGED