This is the API server designed for auto-peering for iEdon-Net and the DN42. Based on Hono.js
.
app.js
: Entry pointroutes.js
: Define routes here./handlers
: Handlers for each defined route inroutes.js
providers
: Extendable basic componentsdb
: Sequelize Models and database contextcommon
: shared functionsacorle-sdk
: My personal internal tiny microservice integration. You can safely turn it off in config.js and just ignore it.
bun install
cd acorle-sdk
bun install
cd ..
cp ./config.default.js ./config.js
bun run dev # Using bun
npm run prod # Using node as bun not support ed25519 for now