# HxGo **Repository Path**: nuno/hxgo ## Basic Information - **Project Name**: HxGo - **Description**: HxGo是一款轻量级,简单直接,性能优良的Web框架,基于MVC的结构模式,实现REST支持的自动路由分发,简化HTTP请求和视图操作。同时提供简易直接的数据访问层,高效直接操作数据库内容 - **Primary Language**: Go - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 13 - **Created**: 2013-10-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## HxGo Framework HxGo is a simple Go Web Framework and very easy to use. Its' idea is from my php experience. HxGo is followed MVC structure and you can code as other mvc frameworks. #### Features * RESTful and auto-map router support * MVC architecture support * Multi-Config and multi-logger * Simple template wrapper * Global http context operation * Simple database operation, sql builder and table wrapper #### Documentation In [wikis](http://git.oschina.net/fuxiaohei/hxgo/wikis/home) ### Use case - FuXiaoHei.Go project [fuxiaohei.go](http://git.oschina.net/fuxiaohei/fuxiaohei-go)