SAE Framework is a microservices API engine for Node.js. Current version 0.20.24 is in early development with incomplete documentation and unstable APIs. Release cadence is irregular. Differentiators aim to provide lightweight, opinionated microservice scaffolding, but the project lacks maturity. Not recommended for production use as core features are still marked as TODO, including auth context cleanup and field filtering.
npm install sae-frameworkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a SAE app server on port 3000. Note: may have undefined behavior due to early-stage code.
Do not use in production; pin to exact version if experimenting.
Use alternative frameworks like Express, Fastify, or Koa.
If using, manually clear auth context per request.
Run: npm install sae-framework
Use const SAE = require('sae-framework');No dependency data recorded yet.