Skip to content
/ webpb Public

Custom data interchange format derived from Google's protocol buffers

License

Notifications You must be signed in to change notification settings

jinganix/webpb

Repository files navigation

CI Coverage Status License

webpb

Generate api definitions for web from protocol buffers file

Run samples

Checkout source code from the repo

Run backend

Run command in the root directory:

./gradlew sample:backend:bootRun

or in Windows

./gradlew.bat sample:backend:bootRun

Run frontend

Install node.js first, then use npm or yarn to run the command:

cd sample/frontend
npm install
npm start

Visit the frontend: http://localhost:4200

Contributing

If you are interested in reporting/fixing issues and contributing directly to the code base, please see CONTRIBUTING.md for more information on what we're looking for and how to get started.