bbs-go - 基于 Go 开发的论坛系统
Apache
跨平台
Google Go
软件简介
bbs-go 是一款基于 Go 语言开发的论坛系统,采用前后端分离技术,Go 语言提供 api 进行数据支撑,用户界面使用 Nuxt.js
进行渲染,后台界面基于 element-ui。
功能预览
后台功能预览:
技术栈
- iris (https://github.com/kataras/iris) Go 语言 mvc 框架
- gorm (http://gorm.io/) Go 语言 orm 框架
- resty (https://github.com/go-resty/resty) Go 语言好用的 http-client
- cron (https://github.com/robfig/cron) 定时任务
- goquery(https://github.com/PuerkitoBio/goquery)html dom 元素解析
- Nuxt.js (https://nuxtjs.org) 基于 Vue 的服务端渲染框架
- Element-UI (https://element.eleme.cn) 饿了么开源的基于 vue.js 的前端库
- Vditor (https://github.com/b3log/vditor) Markdown 编辑器
功能简介
- 用户中心(用户注册、登录、个人资料管理)
- 论坛功能
- 多人博客
- 站内消息
- 收藏功能