Skip to content
/ exa Public

exa.js is a minimal node.js backend framework that has a strong focus on simplicity, modularity, and convention over configuration.

License

Notifications You must be signed in to change notification settings

realtux/exa

Repository files navigation

IMPORTANT!!! THIS PROJECT IS AN EARLY ACCESS PREVIEW THAT IS BEING ACTIVELY DEVELOPED. IT MAY OR MAY NOT BE SUITABLE FOR PRODUCTION. EXPECTED 1.0 DATE IS FEBRUARY OR MARCH 2025. THE PROJECT STATE IS: USEFUL BUT INCOMPLETE

exa.js by tux

exa.js is a minimal node.js backend framework that has a strong focus on simplicity, modularity, and convention over configuration. it makes available the most important stuff needed for a node.js web framework, and nothing more.

get going in the next two minutes

# create a new directory for your project
mkdir myproject; cd myproject

# initialize
npx @exajs/core init

# start dev with auto reload
npm run watch

# test
curl http://127.0.0.1:8118/api/hello/world

documentation

ready to go further? project documentation can be viewed at https://exa.js.org

contribution

this project needs testing and bug fixes more than anything else. it also needs expansion of the core library of helper code.

About

exa.js is a minimal node.js backend framework that has a strong focus on simplicity, modularity, and convention over configuration.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages