Mhook
Mhook is an open-source, self-hosted web hooks server and API request bin. It allows you to easily test, build, and analyze web hooks and other types of HTTP requests.
Mhook: Self-Hosted Web Hooks Server and API Request Bin
An open-source solution for testing, building, and analyzing web hooks and HTTP requests
What is Mhook?
Mhook is an open-source, self-hosted web hooks server and API request bin. It is designed to help developers test, build, and analyze inbound web hooks, API calls, and other types of HTTP requests.
Key features of Mhook include:
- Easy setup - Mhook can be deployed on any Node.js environment with a MongoDB database.
- Custom endpoints - Create unlimited endpoints to capture requests.
- Request viewing - View headers, params, bodies for requests received.
- Response mocking - Easily send mock responses back to callers.
- Traffic analytics - Charts show requests over time, response codes, etc.
- Public sharing - Share endpoints publicly for temporary collaboration.
- Import/export - Import Postman collections to endpoints.
Mhook allows developers to quickly test web hooks and APIs without needing to write server-side code. It can help when building or debugging any application relying on real-time data from third-party services. The project is open-source and available free on GitHub.
Mhook Features
Features
- Self-hosted webhooks server
- API request bin
- Easily test, build and analyze webhooks
- Analyze HTTP requests
- Custom endpoints
- Request logging
- Request replay
Pricing
- Open Source
Pros
Open source
Self-hosted
Easy to use
Good for testing and debugging webhooks
Customizable endpoints
Detailed request logging
Can replay requests
Cons
Requires self-hosting
Limited documentation
Not many advanced features
Basic UI
Official Links
Reviews & Ratings
Login to ReviewThe Best Mhook Alternatives
View all Mhook alternatives with detailed comparison →
Top Development and Api Management and other similar apps like Mhook
Here are some alternatives to Mhook:
Suggest an alternative ❐Microsoft Research Detours
Microsoft Research Detours is an open source library that provides API interception capabilities for developers on the Windows platform. It allows developers to intercept API calls made by existing compiled applications and inject custom code into the flow of execution.The key capability Detours provides is the ability to modify the...
WinAPIOverride
WinAPIOverride is an open-source utility that enables users to intercept and modify Windows API calls made by applications. It works by hooking into program processes and redirecting API calls to user-defined code.This allows for customization and enhancement of software capabilities beyond what the original developers intended. For example, WinAPIOverride is...
Deviare In-Process
Deviare In-Process is a powerful developer tool for Windows that enables hooking, intercepting API calls, spying variables and debugging other processes. It works by injecting DLLs into the target process and using a range of techniques to monitor, analyze and manipulate its behavior.Some key features of Deviare In-Process include:API hooking...
HookInjEx
HookInjEx is an open-source DLL injection tool for Windows. It allows injecting DLLs into running processes on Windows systems in order to run arbitrary code in the context of those processes. HookInjEx utilizes various DLL injection techniques like AppInit DLLs, SetWindowsHookEx hooks, etc. to achieve injection.The key features of HookInjEx...