0.2.2 • Published 5 years ago

@kayteh/bento v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

bento

an experimental transport-agnostic RPC system based fully on node.js and protobuf.

this is primarily used with another of my projects, https://github.com/kayteh/roleypoly

goals

minimum goals for this project. none of these are requirements for your implementation, just what we test against.

  • transport targets

    • server/client: NATS
    • server: http
    • client: isomorphic-fetch
  • wire format targets

    • JSON
    • protobuf (code/transport complexity makes this not worth it)
  • generation habits

    • on-the-fly codegen for development (e.g. does it without asking)
    • ahead-of-time codegen too
    • ts & flow definitions

developing

working with codegen is a little bumpy for my headspace, but regardless...

yarn
yarn test
0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago

0.0.0-alpha.2

5 years ago

0.0.0-alpha.1

5 years ago

0.0.0-alpha.0

5 years ago