Skip to content

godzillaframework/godzillaframework.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

Welcome To Godzilla Framwork Website

Installation:

go get -u github.com/godzillaframework/godzilla

Supported Platforms:

  • macOS
  • Linux
  • Windows

Features:

  • Fast
  • Lightweight
  • Secure
  • Easy Peasy :)

Examples

  • basic api
func main() {
	gz := godzilla.New()

	gz.Get("/index", func(ctx godzilla.Context) {
		ctx.SendString("Hello EveryOne!!!")
	})

	gz.Start(":9090")
}

About

Godzilla framework official website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published