Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.33 KB

README.md

File metadata and controls

28 lines (17 loc) · 1.33 KB

PulseBeam Protocol Buffer Definitions

Protocol Buffer (.proto) definitions for client-server communication with PulseBeam servers, powering our real-time communication platform.

Usage

These .proto definitions are most commonly used in the PulseBeam web client, which handles protobuf compilation and abstraction. For web applications, we recommend using our JavaScript Peer SDK:

If you are building clients or servers in other languages, or need a custom implementation, you can use these definitions directly or build platform-specific integrations. Reach out to our team we would love to hear what you're building and help however we can!

Documentation

Contributing

We welcome contributions! Please:

  • Open an issue to discuss proposed changes
  • Submit a pull request with your improvements
  • Get in contact with our team for major features

License

Apache 2.0 - see LICENSE