
BBS-GO
基于Go语言的开源BBS系统
简洁至上
BBS-GO 包含一个论坛的必要功能,简约而不简单,同时页面浏览有非常快速的响应。
响应式布局
支持在不同的屏幕尺寸下面展示,例如桌面平台、iPad、iPhone,这有助于你的网站内容往各类移动平台推广。
Go语言驱动
基于Go语言开发,高性能、易扩展。
# 官网
- 交流/演示站:码农俱乐部 (opens new window)
- Github:https://github.com/mlogclub/bbs-go (opens new window)
- 码云:https://gitee.com/mlogclub/bbs-go (opens new window)
# 技术栈
- iris (https://github.com/kataras/iris (opens new window)) Go语言 mvc 框架
- gorm (http://gorm.io/ (opens new window)) 最好用的Go语言数据库orm框架
- vue.js (https://vuejs.org (opens new window)) 渐进式 JavaScript 框架
- nuxt.js (https://nuxtjs.org (opens new window)) 基于Vue的服务端渲染框架,效率高到爆
- element-ui (https://element.eleme.cn (opens new window)) 饿了么开源的基于 vue.js 的前端库
- resty (https://github.com/go-resty/resty (opens new window)) Go语言好用的 http-client
- cron (https://github.com/robfig/cron (opens new window)) 定时任务框架
- goquery (https://github.com/PuerkitoBio/goquery (opens new window)) html dom 元素解析
# 公众号
关注公众号
码农俱乐部
获取更多干货资源。