An open API service indexing awesome lists of open source software.

https://github.com/danvk/geojson-proto

Demo of JSON and proto serialization using protobuf.js and TypeScript
https://github.com/danvk/geojson-proto

Last synced: about 1 year ago
JSON representation

Demo of JSON and proto serialization using protobuf.js and TypeScript

Awesome Lists containing this project

README

          

# TypeScript / protobuf sample

This shows how you can use protobufs with TypeScript and JSON.

Quickstart:

yarn # install dependencies
yarn codegen # generate JS and TS code from proto files.
yarn start # run the demo