Registry / web-framework / exodus-framework

exodus-framework

JSON →
library2.2.10921jsnpmunverified

Exodus Framework is a JavaScript/TypeScript framework designed for building scalable applications. The current stable version is 2.2.10921. Release cadence is unknown but frequent updates suggest active development. Provides TypeScript types. Key differentiators include a modular architecture and built-in utilities, though documentation is lacking.

web-framework
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Package is ESM-only; CommonJS require is not supported.

import { Exodus } from 'exodus-framework'

createApp is a named export, not a default one.

import { createApp } from 'exodus-framework'

Config is a TypeScript type; use type import to avoid runtime overhead.

import type { Config } from 'exodus-framework'

Demonstrates creating an app with a component and starting the server.

import { Exodus, createApp } from 'exodus-framework'; const app = createApp(); app.use(Exodus.component('HelloWorld', { message: 'Hello' })); app.start({ port: 3000 }).then(() => console.log('Server running on port 3000'));
Debug
Known footguns
breakingExodus v2.x dropped support for Node.js 10 and below. Use v2 with Node 12+.
deprecatedThe legacy module system (exodus-legacy) is deprecated in v2.x. Use the new import system.
gotchaTypeScript types are exported but may not cover all APIs for v2.2.x. Check type definitions for completeness.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
10 hits · last 30 days
gptbot
4
ahrefsbot
4
script
1
bingbot
1
Resources