New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

jxp

Package Overview
Dependencies
Maintainers
2
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jxp

JXP is an opinionated RESTful API framework that lets you make an API just by defining models.

latest
Source
npmnpm
Version
3.0.0
Version published
Maintainers
2
Created
Source

JXP

JXP is an opinionated RESTful API framework that lets you make an API just by defining models.

Features

  • Takes care of the plumbing, like authentication and password encryption
  • Get all the data you need with smart link population
  • Search, sort, filter, populate... all on the url
  • Get just the data you need with field selection
  • Super-fast and easy to add and change models
  • An obvious and standard API interface
  • CSV output to quickly grab your data
  • Permissioning and groups baked in
  • Ability to handle business logic
  • Simple to deploy
  • Lightning-fast
  • Logging, done
  • Stateless

Quick Start

npm install -g jxp
jxp-setup my-app
cd my-ap
npm start

Documentation

  • Installation
  • Configuration
  • Authentication
  • Schemas
  • Restful API
  • Roles and Permissions
  • Hooks
  • Special Features
  • Changelog

Installing from source

npm i --legacy-peer-deps

Keywords

api

FAQs

Package last updated on 17 Apr 2025

Did you know?

Socket

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.

Install

Related posts