Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keturiosakys/hooks-and-sockets
A sample app for inspecting webhooks
https://github.com/keturiosakys/hooks-and-sockets
Last synced: 24 days ago
JSON representation
A sample app for inspecting webhooks
- Host: GitHub
- URL: https://github.com/keturiosakys/hooks-and-sockets
- Owner: keturiosakys
- Created: 2024-08-29T12:44:54.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-08-29T12:47:44.000Z (2 months ago)
- Last Synced: 2024-08-29T14:15:14.737Z (2 months ago)
- Language: TypeScript
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hooks and Sockets - webhook receiver
Hooks and Sockets is a sample Hono, Durable Object, and Websocket-powered Webhook receiver/inspector described in [this article](https://fiberplane.com/blog/creating-websocket-server-hono-durable-objects/)
## Running locally
```
pnpm install
pnpm run dev
```