Skip to content

Repository files navigation

Hyperscale Server Last releaseDocumentation

Go Report Card

BranchStatusCoverage
masterBuild StatusCoveralls

The Hyperscale server library provides a simple server over Fiber.

Example

package main
import (
"github.com/hyperscale-stack/server"
)
funcmain() {
app:=server.New()
app.AddController(&myController{})
app.Listen(":3000")
}

License

Hyperscale Server is licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages