Skip to content
/ afsw Public

Absurdly Fast and Simple static Web framework

Notifications You must be signed in to change notification settings

x3haloed/afsw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

afsw

Absurdly Fast and Simple static Web framework

Philosophy

AFSW believes that all resources should be rendered to static files as soon as possible. It accomplishes this with dynamic data by rendering and storing HTML shortly after content is submitted. This is achieved by roughly following the CQRS pattern. Resources are read separately from where they are written. Writes happen to a key value store and are then queued to be rendered to static files. All reads occur on static files.

I'm focusing on making AFSW work for a simple blogging use case where content can be created, updated, and commented on. After that's working well, I'll move onto more complicated use cases.

About

Absurdly Fast and Simple static Web framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published