Skip to content
This repository has been archived by the owner on Jan 7, 2023. It is now read-only.
/ postman-bug Public archive

gRPC server used to demonstrate a bug in Postman

Notifications You must be signed in to change notification settings

Octopus235/postman-bug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to run

  1. Install dependencies: yarn
  2. Optional: Generate stubs from proto file: yarn generate (is not needed if no changes are made)
  3. Run server: yarn start

How to use

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.

About

gRPC server used to demonstrate a bug in Postman

Resources

Stars

Watchers

Forks