Skip to content

my-archives/alpha

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alpha

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)
}

About

Express inspired web development framework for go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages