{"id":14962692,"url":"https://github.com/nateshmbhat/tap-rpc","last_synced_at":"2025-10-25T00:30:36.684Z","repository":{"id":48350912,"uuid":"348946395","full_name":"nateshmbhat/tap-rpc","owner":"nateshmbhat","description":"The tool you need for your GRPC clients and backends","archived":false,"fork":false,"pushed_at":"2021-07-30T15:35:49.000Z","size":1193,"stargazers_count":26,"open_issues_count":1,"forks_count":9,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-09-29T12:02:14.676Z","etag":null,"topics":["electron","grpc","grpc-clients","js","mock-server","node","proto","rpc","svelte","svelte3","ts","webpack"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nateshmbhat.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-18T04:58:37.000Z","updated_at":"2024-09-21T17:32:22.000Z","dependencies_parsed_at":"2022-09-06T17:30:42.749Z","dependency_job_id":null,"html_url":"https://github.com/nateshmbhat/tap-rpc","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nateshmbhat%2Ftap-rpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nateshmbhat%2Ftap-rpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nateshmbhat%2Ftap-rpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nateshmbhat%2Ftap-rpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nateshmbhat","download_url":"https://codeload.github.com/nateshmbhat/tap-rpc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219867387,"owners_count":16555891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["electron","grpc","grpc-clients","js","mock-server","node","proto","rpc","svelte","svelte3","ts","webpack"],"created_at":"2024-09-24T13:30:22.860Z","updated_at":"2025-10-25T00:30:36.101Z","avatar_url":"https://github.com/nateshmbhat.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"resources/icon.png\" width=\"250px\"\u003e\n\u003c/p\u003e\n\u003ch2 align=\"center\"\u003eThe Tool That Completes GRPC  \u003c/h2\u003e\n\u003cbr/\u003e\n\n[![](https://img.shields.io/badge/package-npm-blue)](https://github.com/nateshmbhat/tap-rpc)\n[![](https://img.shields.io/github/license/nateshmbhat/tap-rpc)](https://github.com/nateshmbhat/tap-rpc)\n[![](https://img.shields.io/github/languages/code-size/nateshmbhat/tap-rpc)](https://github.com/nateshmbhat/tap-rpc)\n[![](https://img.shields.io/badge/platform-mac,linux,windows-darkgreen)](https://github.com/nateshmbhat/tap-rpc)\n[![](https://img.shields.io/twitter/url?style=social\u0026url=https%3A%2F%2Fgithub.com%2Fnateshmbhat%2Ftap-rpc)](https://twitter.com/intent/tweet?text=Wow:\u0026url=https%3A%2F%2Fgithub.com%2Fnateshmbhat%2Ftap-rpc)\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n**Tap Rpc** is a tool that aids in proto based dynamic generation of : \n- A **mock server** that sends realistic auto generated mock responses (which can be customized).\n- **Realtime modification of request and responses**. Modify requests from client before it reaches server and modify response from server before it reaches client.\n- Provides grpc **client** to send auto generated mock requests to your services.\n\nTap-Rpc aims to significantly ease the development and testing efforts for all of frontend, backend devs and also testers.\n\n## 🔖📑 [Read the Medium Article on TAP-RPC here](https://medium.com/geekculture/complete-your-grpc-development-and-testing-workflow-with-tap-rpc-bc185a1adce5) ✨\n\n## Installation and Usage :\n\n- Download the latest release from here : https://github.com/nateshmbhat/tap-rpc/releases\n\n- In your client app, set the host and port for the grpc service to point to the Tap-Rpc’s ip address and port shown at the middle of the Tap-Rpc window title.\n- Set the default target server URL, which is needed for the monitor and client modes.\n- User selects the proto files containing the services. Once you select proto files, all the services and Rpcs in those services appear in a tree structure and you can select a particular rpc.\n- At this point any requests coming from the client will be forwarded to the default target server in the background.\n- Now your client app is ready to access all the features of Tap-Rpc.\n\n\n## Features\n\n### **Tap Rpc** provides 3 modes of operation :\n\n### **Mock Rpc** mode :\n\n- Automatically setup mock response server by loading proto file\n- Generates convincing mock responses based on the properties in the proto\n- Supports loading multiple proto files with multiple services and rpcs\n- Edit values of generated mock responses based on your need\n\n### **Monitor** mode :\n\n- Monitor requests and responses by acting as the middle man between a grpc client and server\n- Edit requests in real time before it reaches the backend server\n- Edit response in real time before it reaches back the client\n\n### **Client** mode :\n- Test your backend services independently with this client\n- Generates convincing Mock Request objects for quick rpc calls\n\n\n\n## Contributors :\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctr\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://manukj.github.io/\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/22499119?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eManu \u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#design-manukj\" title=\"Design\"\u003e🎨\u003c/a\u003e \u003ca href=\"https://github.com/nateshmbhat/tap-rpc/commits?author=manukj\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/shreyakishore\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/29401486?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eshreyakishore\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/nateshmbhat/tap-rpc/commits?author=shreyakishore\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n    \u003ctd align=\"center\"\u003e\u003ca href=\"https://github.com/sahanaprasad\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/42026982?v=4?s=100\" width=\"100px;\" alt=\"\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSahana Prasad\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/nateshmbhat/tap-rpc/commits?author=sahanaprasad\" title=\"Tests\"\u003e⚠️\u003c/a\u003e\u003c/td\u003e\n  \u003c/tr\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnateshmbhat%2Ftap-rpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnateshmbhat%2Ftap-rpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnateshmbhat%2Ftap-rpc/lists"}