Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pbkit

Package Overview
Dependencies
Maintainers
0
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pbkit

pbkit Protobuf toolkit for modern web development <table> <tr> <th>Homepage</th> <td><a href="https://pbkit.dev/"

  • 0.0.72
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2.5K
increased by14.09%
Maintainers
0
Weekly downloads
 
Created
Source

pbkit

Protobuf toolkit for modern web development

Homepage
Join our community!
Follow our SNS account!
Releases


What is Protobuf?

https://developers.google.com/protocol-buffers

Protocol buffers are Google's language-neutral, platform-neutral, extensible mechanism for serializing structured data – think XML, but smaller, faster, and simpler.

And what is Pbkit?

Pbkit is a collection of tools related to protobuf.

It is written in TypeScript and uses the Deno api.

However, it can be executed in any JavaScript environment (including Node.js or web browser) because it does not use platform APIs inside the core directory.

What features are provided?

CLI

  • pb - Protobuf schema compiler like protoc.
    • protoc has native binary dependencies, but pb command is written in pure TypeScript, so it can be used comfortably in Node.js projects, etc., and can even easily be run in a web browser.
    • How to install and how to use
  • pollapo - A package manager for the protobuf schema.

Browser Extension

Editor Extension

Library

Who uses pbkit?

Company

  • Riiid - Pbkit was originally created to use protobuf in Riiid.
  • Karrot - Use Pbkit to generate gRPC client used in Node.js servers.
  • PortOne - Use Pbkit to generate gRPC client used in Node.js servers.

Open source project

License

pbkit is dual-licensed under Apache 2.0 and MIT terms.
see LICENSE-APACHE and LICENSE-MIT for details.

FAQs

Package last updated on 05 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc