Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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`