Introduction to XyPriss
XyPriss is an Enterprise-Grade Hybrid Web Framework that combines the raw performance of compiled native binaries with the productivity and flexibility of TypeScript.
Hybrid Performance
Bridge compiled speed with developer velocity. Features XHSC Go-engine and XEMS encrypted storage.
Secure by Default
Native Environment Security Shield blocks direct `process.env` access to prevent sensitive data leakage.
System Architecture
At the center of XyPriss lies XHSC (XyPriss Hyper-System Core) — the native engine responsible for low-level HTTP networking, high-speed radix routing, and real-time telemetry.
1XHSC (Native Engine)
Handles HTTP/S stack, advanced radix routing, filesystem I/O, and hardware monitoring.
2Node.js Application Layer
The enterprise application layer for defining business logic, middleware, and processing pipelines.
3XFPM Package Manager
High-performance manager for ultra-fast dependency resolution and native core linking.
Mandatory Requirements
Using alternative package managers (npm, yarn, pnpm) or runtimes (node) to execute XyPriss projects may cause unexpected behavior and is not supported.
| Requirement | Purpose | Status |
|---|---|---|
| XFPM | Exclusively supported manager for installation and project execution. | MANDATORY |
| Bun | The JavaScript runtime required to execute the application layer. | MANDATORY |
Quick System Setup
curl -sL https://xypriss.nehonix.com/install.js | nodexfpm for dependency management. npm/yarn/pnpm are not supported.Proceed to the full installation guide to configure your development environment and deploy your first native binary.
