package main
import (
"os"
α "github.com/cfddream/alpha"
)
func main() {
var address = α.Address{}
address.Port = os.Getenv("PORT")
if address.Port == "" {
address.Port = "3000"
}
app := α.CreateApplication()
app.Listen(address)
}
-
Notifications
You must be signed in to change notification settings - Fork 0
Express inspired web development framework for go
License
my-archives/alpha
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Express inspired web development framework for go
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published