Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fmpwizard/arriba

Template for Go based on the View First approach the Lift Scala web framework takes
https://github.com/fmpwizard/arriba

Last synced: 21 days ago
JSON representation

Template for Go based on the View First approach the Lift Scala web framework takes

Awesome Lists containing this project

README

        

arriba
======

Template for Go based on the [View First](https://www.assembla.com/wiki/show/liftweb/View_First) approach the Lift Scala web framework takes

##How to use

You can see an example application by:

1. Going into the `example` folder
2. `go run main.go`

then you can go to http://127.0.0.1:7070/index and you will see a simple page displaying the current time. If you refresh the page, the time will update.

**This is really early alpha, but it works!**