Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meefik/anyend

Platform to speed up backend creation
https://github.com/meefik/anyend

api backend framework

Last synced: about 1 month ago
JSON representation

Platform to speed up backend creation

Awesome Lists containing this project

README

        

# AnyEnd

Platform to speed up backend creation. Implementation of a declarative approach to backend development.

## To do

Application server (Node.js):

- [x] Node cluster
- [x] Horizontal scaling
- [x] Life cycle events
- [x] Task scheduler
- [x] Plug-ins
- [x] Custom configuration
- [ ] ACME
- [x] Logging
- [x] Docker compatibility

RESTful API:

- [x] Routing with middleware
- [x] CORS
- [x] Compression
- [x] Automated CRUD
- [x] Search (filter) expressions
- [x] Server-side caching
- [x] Client-side caching control
- [x] Distribution of statics
- [ ] Proxy server
- [x] Data formats: json, csv
- [x] File uploads
- [x] Storage
- [x] Partial content
- [ ] Users (sign up/in, JWT, OAuth2, OTA)
- [x] Sessions (cookies, headers, jwt)
- [x] Role-based access control
- [ ] Request rate limit
- [x] WebSockets
- [x] RPC
- [ ] RSS
- [ ] iCalendar
- [ ] PDF

Database API (MongoDB):

- [x] Schemas
- [x] Hooks
- [x] Queries

Files API (MinIO):

- [x] Multiple servers
- [x] Put/Get objects
- [x] Partial content

Email API:

- [ ] Send emails
- [ ] Template support