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: 12 months ago
JSON representation
Template for Go based on the View First approach the Lift Scala web framework takes
- Host: GitHub
- URL: https://github.com/fmpwizard/arriba
- Owner: fmpwizard
- License: apache-2.0
- Created: 2014-06-08T02:01:21.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-11T03:58:17.000Z (almost 12 years ago)
- Last Synced: 2025-03-25T21:22:43.384Z (over 1 year ago)
- Language: Go
- Size: 9.78 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!**