Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torniker/wrap
Library for building any type of Apps
https://github.com/torniker/wrap
api go goapp json-api webapp
Last synced: 27 days ago
JSON representation
Library for building any type of Apps
- Host: GitHub
- URL: https://github.com/torniker/wrap
- Owner: torniker
- Created: 2019-04-10T10:47:41.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T09:54:16.000Z (over 5 years ago)
- Last Synced: 2023-04-01T01:55:32.519Z (over 1 year ago)
- Topics: api, go, goapp, json-api, webapp
- Language: Go
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Go Sample Web Application
This library wraps different requests and responses into single interface. This feature give developer ability to write code without thinking about overlaying interfaces like is it http request or is it cli or is it a websocket. Developer just writes the logic and tells the library to respond.
# Installation
`go get github.com/torniker/wrap`