back.js (backfr)
Back from compiling all your server + client code, serving 100 KB bundles, and using overkill frameworks for small tasks.
Packages
Objectives:
- Make a builder and runtime that are not dependant on eachother ("dependencies" field in package.json).
- Produce bundles that will leverage native module resolutions to reduce bundle size.
- Strictly target server-side with APIs for convenience.
CLI
Start the development server:
$ backfr-builder devBuild for production:
$ backfr-builderStart:
$ backfrProject structure
See Structure.md