Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xNovo3000/spark_rest
A blazing-fast, single instance, sessionless RESTful API for Dart
https://github.com/xNovo3000/spark_rest
framework server
Last synced: 11 days ago
JSON representation
A blazing-fast, single instance, sessionless RESTful API for Dart
- Host: GitHub
- URL: https://github.com/xNovo3000/spark_rest
- Owner: xNovo3000
- License: gpl-3.0
- Created: 2021-08-04T11:14:39.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-14T14:57:11.000Z (about 3 years ago)
- Last Synced: 2024-08-02T05:12:09.355Z (3 months ago)
- Topics: framework, server
- Language: Dart
- Homepage:
- Size: 233 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - spark_rest - A blazing-fast, single instance, sessionless RESTful API for Dart (Dart)
README
# SparkREST
## A blazing-fast, single instance, sessionless RESTful API for Dart
This package was created after the deprecation of Aqueduct. It is designed to be more developer-friendly
---
### Package objectives
- Simple to use
- Lightweight
- Very low time-to-deploy### Features
- Separate classes for each endpoint and method
- Fully-configurable middlewares that manages the request before and after reaches the endpoint
- Native performance: every API created with SparkREST can be compiled using Dart's AOT compiler
- Plugins: everyone can create and publish a plugin on pub.dev### How to use
- This is not a production server; must be used with Nginx as a reverse-proxy (or every other server that has the reverse-proxy capability)
- This API is designed to be passionless and single threaded. If you have more CPU threads, you have to run multiple instances of your API and enable load balancing on your production server