Skip to content
 
 

Repository files navigation

webfr

forthebadge

  • A powerful go web framework for highly scalable and resource efficient web application

Installation:

go get -u github.com/krishpranav/webfr

Examples:

package main

import (
    "github.com/krishpranav/webfr"
)

func main() {
    wb := webfr.New()

    wb.Get("/hello", func(ctx webfr.Context) {
        ctx.SendString("Helo Friends!!")
    })

    wb.Start(":3000")
}
  • for more tutorials visit the docs

About

A powerful go web framework for highly scalable and resource efficient web application

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages