- Install dependencies:
yarn
- Optional: Generate stubs from proto file:
yarn generate
(is not needed if no changes are made) - Run server:
yarn start
The server runs on port 5000.
You can send a boolean value to the server in the some_value
field. The server will return the same value in the some_value
field.