Skip to content
This repository was archived by the owner on Sep 6, 2024. It is now read-only.

Crosstide/core-packages

Repository files navigation

core-packages

This is a repository for the Node.js accelerator packages PoC. The idea is to build a set of packages that encapsulate backend stack and operational plumbing.

Please see this post for more details on the philosophy behind this approach.

Repository structure

This repository is presented as a PNPM workspace.

├── .github
│   └── workflows   # CI scripts
├── examples        # Example apps
│   └── bookmarks
└── packages        # NPM packages
    ├── core
    ├── core-express
    ├── core-mongo
    └── core-mongo-express

The packages were intentionally made quite granular so as to demonstrate the possibility of mixing and matching technologies for different customer requirements. As an extension of the PoC we could, for example, add packages for Fastify and PostgreSQL and combinations.

Testing

Run pnpm test at the root level (for all packages) or in the individual package directories.

Publishing packages to NPM

Please run this workflow to publish updates.

About

Collection of accelerator packages for building Node.js backend services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published