Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.
/ bullseye Public archive

🎯 A dart web framework (in development)

License

Notifications You must be signed in to change notification settings

giann/bullseye

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎯 bullseye

A dart server-side web framework. IN DEVELOPMENT. For a basic usage see here.

Goals

  • Leverage Dart's type system
  • Logic should be in code and not in config files
  • Leverage AOT Dart compilation to outperform a script-based equivalent (php, python, etc.)
  • Everything in dart (templates included)
  • Use dart's annotations when revelant

Features

  • Templating
  • Routing
  • ORM
  • Session
  • Auth
  • Profiler
  • Transactions abstraction over any outside resource access (db, other api, etc.)
  • Assets managment
  • Logging & Metrics
  • Redis
  • REST support with actual abstraction for resources etc.
  • Hot reload

Maybe

  • GraphQL/Grafitti-like
  • JSON:API

About

🎯 A dart web framework (in development)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages