Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aerogo/aero
:bullettrain_side: High-performance web server for Go (2016). New alpha (2024) with even better performance is currently in development at https://git.akyoto.dev/go/web
https://github.com/aerogo/aero
go high-performance server web
Last synced: 2 months ago
JSON representation
:bullettrain_side: High-performance web server for Go (2016). New alpha (2024) with even better performance is currently in development at https://git.akyoto.dev/go/web
- Host: GitHub
- URL: https://github.com/aerogo/aero
- Owner: aerogo
- License: mit
- Archived: true
- Created: 2016-11-09T13:02:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T09:57:14.000Z (11 months ago)
- Last Synced: 2024-10-29T21:05:48.877Z (2 months ago)
- Topics: go, high-performance, server, web
- Language: Go
- Homepage:
- Size: 667 KB
- Stars: 572
- Watchers: 23
- Forks: 33
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: Security.go
Awesome Lists containing this project
- awesome-ccamel - aerogo/aero - :bullettrain_side: High-performance web server for Go (2016). New alpha (2024) with even better performance is currently in development at https://git.akyoto.dev/go/web (Go)
- awesome-trevor - Aero - High-performance web server for Go (Programming / Golang)
- awesome-repositories - aerogo/aero - :bullettrain_side: High-performance web server for Go (2016). New alpha (2024) with even better performance is currently in development at https://git.akyoto.dev/go/web (Go)
- awesome-go - aero - Fast and secure web server for Go. - ★ 71 (Web Frameworks)
- awesome-go-extra - aero - performance web server for Go.|490|34|5|2016-11-09T13:02:13Z|2022-08-10T02:26:29Z| (Web Frameworks / Fail injection)
README
![Aero Go Logo](docs/media/aero.go.png)
[![Godoc][godoc-image]][godoc-url]
[![Report][report-image]][report-url]
[![Tests][tests-image]][tests-url]
[![Coverage][coverage-image]][coverage-url]
[![Sponsor][sponsor-image]][sponsor-url]Aero is a high-performance web server with a clean API.
## Installation
```shell
go get -u github.com/aerogo/aero/...
```## Benchmarks
[![Web server performance](docs/media/server-performance.png)](docs/Benchmarks.md)
## Features
- HTTP/2
- Radix tree routing
- Low latency
- Bandwidth savings via automated ETags
- Session data with custom stores
- Server-sent events
- Context interface for custom contexts## Links
- [API](docs/API.md)
- [Configuration](docs/Configuration.md)
- [Benchmarks](docs/Benchmarks.md)[godoc-image]: https://godoc.org/github.com/aerogo/aero?status.svg
[godoc-url]: https://godoc.org/github.com/aerogo/aero
[report-image]: https://goreportcard.com/badge/github.com/aerogo/aero
[report-url]: https://goreportcard.com/report/github.com/aerogo/aero
[tests-image]: https://cloud.drone.io/api/badges/aerogo/aero/status.svg
[tests-url]: https://cloud.drone.io/aerogo/aero
[coverage-image]: https://codecov.io/gh/aerogo/aero/graph/badge.svg
[coverage-url]: https://codecov.io/gh/aerogo/aero
[sponsor-image]: https://img.shields.io/badge/github-donate-green.svg
[sponsor-url]: https://github.com/users/akyoto/sponsorship