0.4.3 • Published 22 days ago

nodester v0.4.3

Weekly downloads
-
License
MIT
Repository
github
Last release
22 days ago

nodester

NPM version License

nodester is a Node.js framework designed to solve the problem of a complex data querying over HTTP.

The main reason of nodester's existence is the nodester Query Language (NQL) ➡️, an extension of standard REST API syntax, it lets you craft complex queries with hierarchical associations.

Building an application which allows users to build their own REST queries raises huge security concerns. That's why nodester was not developped as a middleware. It's a framework equipped with a set of technologies enabling you to fully customize the request-response flow down to the specific user and a database column. Check out core concepts documentation ➡️ for more info.

Installation

Install with NPM

npm install -S nodester

Table of Contents

Usage

const nodester = require('nodester');
const db = require('#db');

const app = new nodester();
app.set.database(db);

app.listen(8080, function() {
  console.log('listening on port', app.port);
});

How to setup "db" ➡️

Documentation

Core concepts

Core concepts documentation ➡️

Queries & Querying - nodester Query Language (NQL)

The true strength of nodester lies in its query language. Serving as an extension of standard REST API syntax, it brings many aspects of SQL into REST requests, providing developers with a simple yet potent tool for expressive and efficient data querying.

Read more about it in the documentation: NQL documentaion ➡️

Database

Nodester is built upon a powerful Sequelize. Supported drivers:

  • MySQL
  • PostgreSQL

Application

Application documentation ➡️

Comments

We (contributors) use JSDoc to describe the actual code.

Philosophy

The Philosophy of nodester is to provide a developer with a tool that can build an app (or feature) in hours and scale it with ease for years.

Goal

The goal of nodester is to be a robust and flexible framework that makes development in iteratations easy, while laying the foundation for seamless scalability in the future.

License

MIT

Copyright

Copyright 2021-present Mark Khramko

0.4.3

22 days ago

0.4.2

24 days ago

0.4.1

26 days ago

0.4.0

28 days ago

0.3.4

30 days ago

0.3.2

1 month ago

0.3.3

1 month ago

0.3.1

1 month ago

0.3.0

2 months ago

0.2.9

5 months ago

0.2.8

5 months ago

0.2.6

5 months ago

0.2.3

5 months ago

0.2.5

5 months ago

0.2.4

5 months ago

0.2.1

5 months ago

0.2.0

5 months ago

0.1.4

6 months ago

0.2.2

5 months ago

0.1.5

6 months ago

0.1.0

8 months ago

0.0.3

8 months ago

0.0.2

8 months ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.1

1 year ago