Skip to content

towski/artery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asphalt

The opposite of rails

======= Decouple the controller, DB writer, and HTML templating.

The actions never return html, only 302s or json.

The html is served statically, but requests to actions can trigger html file rebuilds.

The DB writer lives in its own thread, so it never blocks the actions.

export GOPATH=`pwd`
cd  src/sharedspace
go run main.go

About

The opposite of rails

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published