feat: performance fixes + deploy directory with live dashboard

- Add response caching (5min TTL for lookups, 10min for ASPA)
- Add 8s timeout to all external API fetches
- RPKI validation: sample max 10 prefixes (5 v4 + 5 v6) instead of 50
- Run all PeeringDB + RIPE Stat calls in single parallel batch
- Resolve AS names in parallel with 3s timeout cap
- Add deploy/ directory with production server.js + index.html dashboard
- Landing page: Tokyo Night dark theme, interactive ASN search
- 15 API endpoints: lookup, aspa, aspa/verify, bgproutes, validate,
  compare, peers/find, prefix/detail, ix/detail, topology, whois, health
- Features: RPKI per-prefix, RIPE Atlas probes, Network Health Report,
  ASPA RFC verification engine, Provider Relationship Graph
This commit is contained in:
Rene Fichtmueller 2026-03-26 12:50:54 +13:00
parent 967a0a827b
commit 267943b647
3 changed files with 5792 additions and 74 deletions

2283
deploy/public/index.html Normal file

File diff suppressed because it is too large Load Diff

2090
deploy/server.js Normal file

File diff suppressed because it is too large Load Diff

1493
server.js

File diff suppressed because it is too large Load Diff