发现一个好的使用 golang 写的BBS 项目

前言


本文的原文连接是: https://blog.csdn.net/freewebsys/article/details/103181608
未经博主允许不得转载。
博主地址是:http://blog.csdn.net/freewebsys

1,关于bbs-go


https://www.oschina.net/p/bbs-go

bbs-go 是一款基于 Go 语言开发的论坛系统,采用前后端分离技术,Go 语言提供 api 进行数据支撑,用户界面使用 Nuxt.js 进行渲染,后台界面基于 element-ui。

功能预览

https://mlog.club/

2,技术栈


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 编辑器

用户中心(用户注册、登录、个人资料管理)
论坛功能
多人博客
站内消息
收藏功能

3,总结


代码地址:
https://gitee.com/mlogclub/bbs-go

是学习使用golang的好代码。

本文的原文连接是:
https://blog.csdn.net/freewebsys/article/details/103181608

博主地址是:http://blog.csdn.net/freewebsys

发布了624 篇原创文章 · 获赞 259 · 访问量 208万+

猜你喜欢

转载自blog.csdn.net/freewebsys/article/details/103181608
今日推荐