Back to Home
Harshitshukla2003 icon

SSE-Server

Verified Safe

by Harshitshukla2003

Overview

Provides real-time monitoring of HTTP requests received by a local server using Server-Sent Events (SSE).

Installation

Run Command
npx tsx src/index.ts

Security Notes

The server-side code in `src/index.ts` is straightforward and lacks critical vulnerabilities like direct `eval` usage or hardcoded secrets. It serves an `index.html` file and then broadcasts incoming HTTP request details as JSON via SSE. A potential client-side risk (not auditable from provided code) would be if the dashboard (`index.html`) fails to sanitize this incoming data, potentially leading to Self-XSS for the monitoring user, but this is not present in the server logic.

Similar Servers

Stats

Interest Score32
Security Score8
Cost ClassLow
Avg Tokens250
Stars2
Forks0
Last Update2026-01-19

Tags

Real-timeHTTP monitoringSSENode.jsDeveloper Tool