Skip to content
/ eudore Public

Eudore is the core of a golang lightweight web framework.

License

Notifications You must be signed in to change notification settings

eudore/eudore

Repository files navigation

Eudore

godoc Build Status codecov

eudore是一个golang轻量级web框架核心,可以轻松扩展成一个技术栈专用框架,具有完整框架设计体系。

反馈和交流请加群组:QQ群373278915

Features

  • 易扩展:主要设计目标、核心全部解耦,接口即为逻辑。
  • 简单:对象语义明确,框架代码量少复杂度低,无依赖库。
  • 易用:允许Appcation和Context自由添加功能方法。
  • 高性能:各部分实现与同类库相比性能相似。

安装

eudore基于go version go1.20.1 linux/amd64版本下开发。

go get -v -u github.com/eudore/eudore

文档

About

Eudore is the core of a golang lightweight web framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages