English | 简体中文
Postcat is a powerful open source, cross-platform (Windows, Mac, Linux, Browsers...) API development and testing tool that supports REST, Websocket and other protocols (soon to support GraphQL, gRPC, TCP, UDP), helping you speed up the completion of API Development and testing work.
While ensuring that Postcat is light and flexible, we also designed a powerful plug-in system for Postcat, allowing you to use plug-ins with one click to enhance Postcat's functions.
Therefore, Postcat is theoretically an API product with infinite possibilities. We also visually added a cape to Postcat's cat, representing its infinite possibilities.
- 🚀 Multi-protocol support -- Implemented: HTTP REST, Websocket -- Coming soon: GraphQL, TCP, UDP, gRPC
- 📕 API Documentation
- ✨ API Design
- ⚡ API Test
- 🎭 Mock
- 🙌 Collaboration
- 🎈 Document Sharing
- 🗺 Environment
- 🧶 Global variables
- 🧩 Custom theme style
- 🌐 Multilingual support: Chinese, English
Learn more:Github Project
If you'd like to contact us, please create a Github issue. Thank you!
- Node.js >= 14.17.x
- yarn >= 1.22.x
We use yarn as a package management tool for development and building, and it is highly recommended that you do the same, but if you want to use npm it's perfectly fine, it just might take a little more time to install dependencies.
yarn install
yarn start
If you want to improve Angular development efficiency, you can install the command-line Angular-cli officially provided by Angular to quickly generate templates such as components and services.
yarn add @angular/cli --global
Command | Description |
---|---|
yarn start |
In development mode, running on browser and desktop at the same time |
yarn serve:web |
only runs in the web |
yarn electron:serve |
only runs in the desktop |
Command | Description |
---|---|
yarn build |
Packaging Electron applications for each platform |
Command | Description |
---|---|
yarn test |
Execute unit tests |