![require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages](https://cdn.sanity.io/images/cgdhsj6q/production/be8ab80c8efa5907bc341c6fefe9aa20d239d890-1600x1097.png?w=400&fit=max&auto=format)
Security News
require(esm) Backported to Node.js 20, Paving the Way for ESM-Only Packages
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
A server-side toolset for building authorized data layers and RESTful endpoints with NodeJS.
Joint Kit solutions are configuration-driven. Use a JSON-based syntax to rapidly implement operation logic on top of your data schema.
Designed to be flexible. Mix it with existing code (programmatically) -or- use it to dynamically generate an entire server-side method library and RESTful API router with minimal programming.
Not ready for public use until version 0.1.0 - Syntax and logic are in frequent flux.
To use the Joint Kit, you need:
The Joint Kit currently supports:
Service | Required Plugins | Persistence Options |
---|---|---|
Bookshelf | registry, pagination | Postgres, MySQL, SQLite3 |
---
If you want to generate a RESTful API, you need:
The Joint Kit currently supports:
Server | Required Middleware |
---|---|
Express | body-parser, cookie-parser |
$ yarn add joint-kit
[TBC]
The app uses ESLint for source code linting (specifically, the standard style). The linting will run automatically on git commit
.
$ yarn lint
You can run with flag
--fix
, or shortcut command flint, to trigger auto fixing (e.g.yarn flint
).
The app uses Mocha for the unit testing framework, and Chai for its assertions.
$ yarn test:unit
$ yarn test:functional
$ yarn test
FAQs
A server-side toolset for building data layers and RESTful endpoints with NodeJS
We found that joint-kit demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
require(esm) backported to Node.js 20, easing the transition to ESM-only packages and reducing complexity for developers as Node 18 nears end-of-life.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.