Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/meefik/anyend
- Owner: meefik
- License: mit
- Created: 2023-03-11T22:57:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-12T08:16:05.000Z (over 1 year ago)
- Last Synced: 2024-04-14T18:05:38.757Z (9 months ago)
- Topics: api, backend, framework
- Language: JavaScript
- Homepage:
- Size: 323 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 compatibilityRESTful 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
- [ ] iCalendarDatabase API (MongoDB):
- [x] Schemas
- [x] Hooks
- [x] QueriesFiles API (MinIO):
- [x] Multiple servers
- [x] Put/Get objects
- [x] Partial contentEmail API:
- [ ] Send emails
- [ ] Template support