Skip to content
View eudore's full-sized avatar
Block or Report

Block or report eudore

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
eudore/README.md

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

文档

Popular repositories

  1. eudore eudore Public

    Eudore is the core of a golang lightweight web framework.

    Go 74 11

  2. erouter erouter Public

    erouter是高性能高扩展http路由库。

    Go 10 3

  3. website website Public

    Go 6 3

  4. web-framework-benchmark web-framework-benchmark Public

    Forked from vishr/web-framework-benchmark

    Web framework benchmark

    Go 3 2

  5. eudore.github.io eudore.github.io Public

    JavaScript 2

  6. gomemcache gomemcache Public

    Forked from bradfitz/gomemcache

    Go Memcached client library, extend some memcached protocols. #golang

    Go