The Dual-Engine Technology Node
Miransas is built on a high-concurrency architecture, designed for zero-latency operations across multiple digital fronts.
- Engine: Custom Node.js/Next.js hybrid.
- Goal: Real-time analytics and workflow orchestration.
- Latency: < 10ms target.
- Engine: Rust-based encrypted proxy.
- Goal: Exposing local development nodes via global relay points.
- Security: AES-256-GCM authenticated encryption.
- Engine: Dedicated C++ Nodes & Drizzle PostgreSQL synchronization.
- Atmosphere: Deep psychological narrative driven by high-performance data handling.
| Layer | Technology | Purpose |
|---|---|---|
| Frontend | Next.js 15 |
Zero-latency UI & Server Components |
| Style | Tailwind CSS |
Premium Dark-themed Interface |
| Animation | Framer Motion |
Micro-interactions & Fluidity |
| Database | PostgreSQL + Neon |
Scalable Serverless Storage |
| ORM | Drizzle ORM |
Strictly Typed Database Access |
| Core Logic | Rust / Go |
Low-level Networking & Tunnels |
To spin up a local node of the Miransas Ecosystem:
# Clone the repository (Private Node)
git clone [https://github.com/sardorazimov/miransas-core.git](https://github.com/sardorazimov/miransas-core.git)
# Initialize Neural Nodes
npm install
# Push Database Schemas
npx drizzle-kit push
# Start Dev Engine
npm run dev