# Welcome to JXP

JXP is an opinionated API framework that you can change just by defining schemas.

## 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
* Stateless
* Subscribe to changes through Websocket

## Links

* [JXP on NPM](https://www.npmjs.com/package/jxp)
* [GitHub Repository](https://github.com/j-norwood-young/jexpress-2)
* [JXP Helper](https://www.npmjs.com/package/jxp-helper) - A super-helpful client library for JXP
* [Documentation on ReadTheDocs](https://jxp.readthedocs.io)
