========== 细胞/CellGo框架是一款使用go语言开发的框架 (轻量级的Go Framework) 版本0.23
- MVC模式、代码清晰,操作简单,功能齐全
- 多数据源存储,轻松切换数据源
- Dao层数据驱动,对数据进行抽象
- 异步通讯,支持异步监控/推送
- 线程路由- http/socket通信
安装CellGo使用"go get"命令
go get github.com/mrkt/cellgo
基于Go标准库
Update
更新CellGo使用"go get -u"命令
go get -u github.com/mrkt/cellgo
用法请参考example
测试访问地址:
- http://localhost/
- http://localhost/?c=user&a=run
- http://localhost/?c=user&a=add&username=tommy.jin&[email protected]
修改conf中的 [IsUri] 为true开启静态路由