https://github.com/ursiform/forest
A REST+JSON (micro)service micro-framework written in Go
https://github.com/ursiform/forest
Last synced: 5 months ago
JSON representation
A REST+JSON (micro)service micro-framework written in Go
- Host: GitHub
- URL: https://github.com/ursiform/forest
- Owner: ursiform
- License: mit
- Created: 2015-07-13T11:38:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-05-29T03:59:39.000Z (about 10 years ago)
- Last Synced: 2024-06-19T23:15:20.908Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 52.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# forest
[](https://coveralls.io/github/ursiform/forest?branch=master)
[](https://godoc.org/github.com/ursiform/forest)
`forest` is a micro-framework for building REST services that talk JSON. Its
core unit is a [`forest.App`](https://godoc.org/github.com/ursiform/forest#App)
that is built upon a [`bear`](https://github.com/ursiform/bear) multiplexer for
URL routing. It outputs responses using
[`forest.Response`](https://godoc.org/github.com/ursiform/forest#Response)
and provides utility methods for many common tasks required by web services.
## Install
go get github.com/ursiform/forest
## Test
go test -cover github.com/ursiform/forest
## API
[](https://godoc.org/github.com/ursiform/forest)
## License
[MIT License](LICENSE)