@eldrex/gateway
Local event gateway and hook receiver for DevDiff

Overview
@eldrex/gateway is the local service that listens for webhooks (e.g., from local git hooks, IDE triggers, or local dev tools), processes them, and coordinates local database actions, notifications, and client updates.
Installation
npm install @eldrex/gateway
🔒 Security & Privacy
What This Package Accesses
| File System | Read git configuration | Yes | No (core function) |
| Local Network | Bind ports to receive webhooks | Yes | Yes (by terminating service) |
Ports Used
- 3737: Default webhook receiver port.
- 3740: WebSocket server for local dashboard synchronization.
All endpoints require token authentication by default. Anonymous access is strictly opt-in.
License
MIT © DevDiff Contributors