Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 502 Bytes

File metadata and controls

19 lines (16 loc) · 502 Bytes

Peony

Yet another web fromework for golang

Features

  • RESTful support
  • MVC architecture
  • Comment for router (like annotation in java)
  • Comment for interceptor (like annotation in java)
  • Static path support
  • Session support

Install

  1. Set the GOPATH
  2. Install the peony. $ go get github.com/joinhack/peony/peony
  3. Run peony demo project. $ peony run github.com/joinhack/peony/demos/chat