Publish a npm buffrs
package / integration
#159
Labels
integration
Changes and ideas related to integrating buffrs with 3rd-party software or tools
priority::high
Urgent change or idea, please review quickly
type::epic
An epic change. This is going to make a big difference to buffrs as a product.
type::feature
Shipping or drafting a new feature for this product
type::idea
Rough idea or proposal for buffrs
Milestone
While prototyping the javascript / typescript integration we discovered, that the existing build tooling can do sufficient task scheduling (e.g. it can invoke a code generator for protocol buffers after installing them). What we discovered is that a) the installation of Buffrs and b) the invocation of protoc is pretty cumbersome and repetitive.
A potential solution could be, to package buffrs and distribute it as npm package (making the installation happen in the background) and provide node scripts for installation and code generation.
The text was updated successfully, but these errors were encountered: