Files
firegex-traffic-viewer/backend
Domingo Dirutigliano 6e07933b37 Merge pull request #18 from Minei3oat/fix_metrics
Fix metrics & add tests
2025-03-05 09:58:21 +01:00
..
2025-02-25 11:18:30 +01:00
2025-02-25 00:59:58 +01:00
2022-07-22 01:12:54 +02:00

Firegex backend

GO BACK

The backend of firegex is written with fastapi. The aim of the backend is to manage all the requests from the react front-end and manage also the proxy processes of the entire firewall. The fastapi webserver is responsable of deploying the react app.

Firegex Working Scheme Schematic example about how firegex manage the TCP proxy filter

Read the documentation of the API going at /docs path and see the automatic documentation generated by FastAPI

GO BACK