Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```