v9.10.15 Stable

Stop Coding
Backends.
Start Deploying
Fortresses.

Enterprise-Grade Hybrid Web Framework. Combine the raw performance of Go-native engine with the productivity of TypeScript.

Quick Start
$xfpm init my-app
Decoration

XHSC

HYPER-ENGINE

SECURE BY

DEFAULT

ZERO-COPY

IPC TRANSFERS

HYBRID

ARCHITECTURE

System Core Built for Scale

Every component is engineered for extreme performance and military-grade security. No compromises between developer speed and operational safety.

XHSC Native Engine

Statically-linked system core written in Go. Manages multi-core clustering, high-speed radix routing, and hardware telemetry.

XEMS Sidecar Security

AES-256-GCM encrypted session management. Complete isolation of security context from the main application thread.

XFPM Engine

Optimized package manager for rapid dependency resolution. Built specifically for the XyPriss ecosystem's security requirements.

Real-time Telemetry

Direct access to low-level system metrics: memory, IOPS, and process state through high-performance native bridges.

Zero-Copy Processing

High-speed data transfer between native core and JS runtime through shared memory, bypassing standard I/O bottlenecks.

Multi-Server Isolation

Run multiple isolated server instances within a single process, each with its own security and session context.

Hardened by Neutrality

Anti-ReDoS Sandbox

Regex evaluations are offloaded to isolated contexts to prevent Denial of Service attacks from malicious payloads.

Identity Integrity

Native verification of every request signature before application-level middleware is even triggered.

Directory Traversal Shield

Automatic normalization and sanitization of all incoming URIs to eliminate path crawling and injection vulnerabilities.

01// Military-Grade Env Protection
02const secret = process.env.API_KEY; // BLOCKED
03const safe = __sys__.__env__.get("API_KEY");
04// Native Proxy prevents leakage
Security Layer: Active

The Hybrid Engine

Native Engine (Go)

Handles Networking, Routing, and FS operations with compiled precision.

Application (TS)

Defines business logic, security middleware, and plugin controllers.