🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

github.com/goasana/asana

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/goasana/asana

v1.14.0
Source
Go
Version published
Created
Source

Asana Build Status GoDoc Go Report Card

Asana is a framework based on Beego (fork).

Quick Start

Download and install

go get github.com/goasana/asana@v1.13.0
package main

import "github.com/goasana/asana"

func main(){
    asana.Run()
}

Build and run

go build hello.go
./hello

Go to http://localhost:8080

Congratulations! You've just built your first Asana app.

Features

  • YAML file default config
  • Kubernetes Map, File, Etcd, Consul, etc. config providers.
  • Redis, Memcached, ssdb, gCache and local cache.
  • RESTful support.
  • Good for Microservices, RESTful protocol buffers with gogo/protobuf
  • MVC architecture
  • Modularity
  • Auto API documents
  • Annotation router
  • Namespace
  • Powerful development tools
  • Full stack for Web & API

License

Asana source code is licensed under the Apache Licence, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0.html).

FAQs

Package last updated on 11 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts