Getting Started
Welcome to the elhnm documentation! This guide will walk you through setting up your development environment and understanding the core components of our framework. Begin with the quick start tutorial to build your first application in minutes.
npm create elhnm-app@latest
Core Concepts
Modular Architecture
Our framework is designed with modularity in mind, allowing you to pick and choose components to build your ideal solution.
Real-Time Capabilities
Experience live data updates and bi-directional communication between clients and servers with our built-in messaging architecture.
API Reference
Method | Description | Parameters |
---|---|---|
connect() | Establishes a secure connection to the service | options: connection settings |
subscribe() | Subscribes to a specific event stream | channel: string, callback: function |
Guided Walkthrough
Initialize Project
Use the CLI to generate a starter project template.
Configure Services
Modify your configuration file to enable required features.
Build & Deploy
Use the deployment dashboard to push your application to production.