0.1.4 • Published 7 years ago

euphemia v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

Euphemia

An opinionated web framework.

THIS IS VERY WIP IT MAY BE USEABLE, BUT I WOULDN'T TRUST IT!

Services

Services under euphemia provide some high level functionality, they provide abstractions, usually with multiple implementations available. These services provide everything an application will need, if a module needs access to a different database it doesn't implement it itself, it creates either a new service or a new implementation. Services should always be written in a way that allows them to be used in more then one project, this means that they are the shareable parts.

There are a few official services:

Modules

Modules are the project unique parts, they are the system, assets and functionality used by one project, and one project only, things like styles, images or special rendering code. Modules should strive to use modules for most things, not do jobs themselves that could be done, but they are allowed to do so if it is the only feaseable option.

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago