https://github.com/fd/prerender
Use prerender.io with Go
https://github.com/fd/prerender
Last synced: 9 months ago
JSON representation
Use prerender.io with Go
- Host: GitHub
- URL: https://github.com/fd/prerender
- Owner: fd
- License: mit
- Created: 2014-12-04T15:59:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-05T08:32:14.000Z (almost 10 years ago)
- Last Synced: 2024-06-19T10:13:54.848Z (about 2 years ago)
- Language: Go
- Homepage:
- Size: 160 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
prerender
=========
[](https://godoc.org/github.com/fd/prerender)
```go
func main() {
http.ListenAndServe(":3000", prerender.Handler(app))
}
```