Skip to content

A web application written in GO that validates and formats JSON using its standard library or the JSON:API.

Notifications You must be signed in to change notification settings

rbrisita/json_format_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dependencies

  1. go get -u "github.com/google/jsonapi"
  2. go get -u "github.com/gorilla/mux"
  3. go get -u "golang.org/x/time/rate"

To Run

go run main.go middleware.go

Command Line Arguments

main.go [--host "localhost"] [--port 8080]

middleware.go [--max 10] [--burst 10]

About

A web application written in GO that validates and formats JSON using its standard library or the JSON:API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages