{"id":69264,"library":"savsgio-atreugo-v11","title":"Atreugo Web Framework","description":"High performance and extensible micro web framework with zero memory allocations in hot paths.","status":"active","version":"11.13.2","language":"go","source_language":null,"source_url":"https://github.com/savsgio/atreugo","tags":["web-framework","high-performance","micro-framework","fasthttp"],"install":[{"cmd":"go get github.com/savsgio/atreugo/v11","lang":"bash","label":"Install github.com/savsgio/atreugo/v11"}],"dependencies":[],"imports":[{"symbol":"atreugo","correct":"github.com/savsgio/atreugo/v11"}],"quickstart":{"code":"package main\n\nimport (\n\t\"github.com/savsgio/atreugo/v11\"\n)\n\nfunc main() {\n\tserver := atreugo.New()\n\tserver.GET(\"/\", func(ctx *atreugo.RequestCtx) error {\n\t\treturn ctx.TextResponse(\"Hello, World!\")\n\t})\n\tserver.ListenAndServe(\":8080\")\n}","lang":"go","description":"Create a simple HTTP server with Atreugo."},"warnings":[],"env_vars":null,"search_vec":"'alloc':14 'atreugo':1 'extens':7 'fasthttp':27 'framework':3,10,20,26 'high':4,22 'high-perform':21 'hot':16 'memori':13 'micro':8,25 'micro-framework':24 'path':17 'perform':5,23 'web':2,9,19 'web-framework':18 'zero':12","created_at":"2026-06-17T17:59:53.674520+00:00","updated_at":"2026-06-17T17:59:53.674520+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/savsgio/atreugo","github":"https://github.com/savsgio/atreugo","docs":"https://pkg.go.dev/github.com/savsgio/atreugo/v11#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["web-framework"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}