Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fmpwizard/arriba
- Owner: fmpwizard
- License: apache-2.0
- Created: 2014-06-08T02:01:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-08-11T03:58:17.000Z (over 10 years ago)
- Last Synced: 2024-04-20T17:21:17.721Z (8 months ago)
- Language: Go
- Size: 9.78 MB
- Stars: 1
- Watchers: 3
- 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!**