primate

Web framework focused on flexibility and developer freedom

MIT License

Downloads
2.4K
Stars
200
Committers
9

What is supported?

Click on the tool badge for more info. If you're missing anything, feel free to open an issue detailing your use case and what tool you would like to see supported.

Backends

Frontends

Runtimes

Databases

License

MIT

Contributing

By contributing to Primate, you agree that your contributions will be licensed under its MIT license.

Clone this repo and https://github.com/primatejs/app in the same location, and switch to the dev branch in the app repo. Then, in the app repo, run

  • npm run node for Node in development mode
  • npm run node:prod for Node in production mode
  • npm run deno for Deno in development mode
  • npm run deno:prod for Deno in production mode
  • npm run bun for Bun in development mode
  • npm run bun:prod for Bun in production mode
  • npm run bun:compile for compiling desktop app with Bun