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
- Host: GitHub
- URL: https://github.com/danvk/geojson-proto
- Owner: danvk
- Created: 2017-04-25T15:41:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-25T15:41:29.000Z (about 9 years ago)
- Last Synced: 2025-07-10T09:30:17.288Z (about 1 year ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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