platform/packages/foundation
2024-12-14 20:56:05 -07:00
..
example refactor: refactored core package to foundation package 2024-12-14 11:55:13 -07:00
lib refactor: refactoring common utils, routes > routing, db drivers 2024-12-14 20:56:05 -07:00
performance/hello refactor: refactored core package to foundation package 2024-12-14 11:55:13 -07:00
test refactor: refactoring common utils, routes > routing, db drivers 2024-12-14 20:56:05 -07:00
.gitignore refactor: refactored core package to foundation package 2024-12-14 11:55:13 -07:00
analysis_options.yaml refactor: refactored core package to foundation package 2024-12-14 11:55:13 -07:00
AUTHORS.md refactor: refactored core package to foundation package 2024-12-14 11:55:13 -07:00
CHANGELOG.md refactor: refactoring common utils, routes > routing, db drivers 2024-12-14 20:56:05 -07:00
dev.key refactor: refactored core package to foundation package 2024-12-14 11:55:13 -07:00
dev.pem refactor: refactored core package to foundation package 2024-12-14 11:55:13 -07:00
LICENSE refactor: refactored core package to foundation package 2024-12-14 11:55:13 -07:00
pubspec.yaml refactor: refactoring common utils, routes > routing, db drivers 2024-12-14 20:56:05 -07:00
README.md refactor: refactored core package to foundation package 2024-12-14 11:55:13 -07:00

Protevus Platform Core

Protevus Logo

Pub Version (including pre-releases) Null Safety License

Protevus Platform Core is a high-powered HTTP server framework for Dart, designed to be minimal yet extensible. It provides a robust foundation for building scalable and flexible web applications.

Features

  • Dependency injection
  • Sophisticated routing
  • Authentication support
  • ORM integration
  • GraphQL support
  • Extensible plugin architecture
  • HTTP/2 support
  • WebSocket capabilities
  • File handling and MIME type detection
  • Environment configuration management
  • Performance optimization with caching mechanisms

Installation

Add protevus_core to your pubspec.yaml:

dependencies:
  protevus_core: ^latest_version