https://github.com/pinguo/pgo2-docs
https://github.com/pinguo/pgo2-docs
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pinguo/pgo2-docs
- Owner: pinguo
- Created: 2019-12-20T09:02:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-28T08:33:21.000Z (almost 5 years ago)
- Last Synced: 2024-12-31T23:13:18.011Z (about 1 year ago)
- Size: 105 KB
- Stars: 2
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PGO参考文档
PGO2应用框架即"Pinguo GO application framework 2.0",是Camera360服务端团队在PGO基础研发的一款简单、高性能、组件化的GO应用框架
本文档介绍PGO2核心组件的概念、使用与原理,再结合[pgo2-demo](https://github.com/pinguo/pgo2-demo)项目,开发者就能够使用PGO2轻松地开发出高性能的WEB应用程序。
# 目录
* [框架概述(Overview)](Overview.md)
* [核心应用(Application)](Application.md)
* [配置组件(Config)](Config.md)
* [容器组件(Container)](Container.md)
* [服务器组件(Server)](Server.md)
* [路由组件(Router)](Router.md)
* [日志组件(Log)](Log.md)
* [状态码组件(Status)](Status.md)
* [国际化组件(I18n)](I18n.md)
* [视图组件(View)](View.md)
* [上下文(Context)](Context.md)
* [控制器(Controller)](Controller.md)
* [插件(Plugin)](Plugin.md)
* [获取对象(Object)](Object.md)
* [客户端(Client)](Client/Overview.md)
* [Orm](Client/Orm.md)
* [Db](Client/Db.md)
* [Http](Client/Http.md)
* [MaxMind](Client/MaxMind.md)
* [Memcache](Client/Memcache.md)
* [Memory](Client/Memory.md)
* [Mongodb](Client/Mongodb.md)
* [Mongo](Client/Mongo.md)
* [Redis](Client/Redis.md)
* [RabbitMq](Client/RabbitMq.md)
* [Elasticsearch](Client/Es.md)
* [单元测试](UnitTesting.md)
* [常用方法](Util.md)
* [错误包](PError.md)