Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbbbbbbbbbbba committed Sep 17, 2024
1 parent 0b56e4f commit 8e980c1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
## 感谢您的支持与鼓励!如果您喜欢这个开源项目,不妨给它点个⭐️⭐️⭐️,您的星星是我们前进的动力 🙏🙏🙏


## 项目地址

- 交流站:[码农俱乐部](https://mlog.club)
Expand All @@ -9,13 +8,14 @@
- Github: [https://github.com/mlogclub/bbs-go](https://github.com/mlogclub/bbs-go)
- Gitee: [https://gitee.com/mlogclub/bbs-go](https://gitee.com/mlogclub/bbs-go)


## 联系我

### 用户交流群

![BBS-GO用户交流群](docs/images/qq.png)

### 加我微信

![BBS-GO用户交流群](docs/images/wechat.png)

## 付费服务
Expand All @@ -24,15 +24,25 @@

| 服务 | 价格 | 服务内容 |
| -------- | ----- | ------------------------------------------------ |
| 商用授权 | ¥1628(终生) | 提供bbs-go商业使用授权 |
| 商用授权 | ¥1628 | 提供bbs-go商业使用授权 |
| 付费咨询 | 面议 | 付费答疑解惑,协助解决问题 |
| 功能定制 | 面议 | 接受各种功能定制,只有你想不到的没有我们做不到的 |

## 介绍

`bbs-go`是一个使用Go语言搭建的开源社区系统,采用前后端分离技术,Go语言提供api进行数据支撑,用户界面使用Nuxt.js进行渲染,后台界面基于element-ui。如果你正在学习Go语言,或者考虑转Go语言的Phper/Javaer...那么该项目对你有的学习会有很大的帮助,欢迎一起来交流。
`bbs-go` 是一个基于 Go 语言开发的开源社区论坛系统。它的设计旨在提供轻量、高效的社区讨论平台,支持现代化的 Web 技术栈,并且易于扩展和部署。bbs-go 项目采用模块化架构,能够与其他服务和前端框架无缝集成,适合各种规模的在线社区。

项目的主要特点包括:

![bbs-go功能简介](https://i.loli.net/2021/11/12/OxTBib2pGcV8jzU.png)
- **高性能**:基于 Go 语言的并发特性,能够在高负载下保持良好的性能表现。
- **灵活性**:支持自定义配置、插件扩展,易于适应不同需求。
- **简单易用**:提供简洁的管理后台,方便社区管理员管理论坛内容和用户。
- **支持 MySQL 数据库**:提供对常见数据库的支持,确保数据存储的可靠性和稳定性。
- **响应式设计**:前端使用现代化的技术,能够在移动设备和桌面设备上提供良好的用户体验。

项目主要面向开发者和社区管理者,适合搭建技术讨论、兴趣分享等类型的社区论坛。

![bbs-go功能简介](docs/images/features.jpg)

## 模块

Expand All @@ -42,7 +52,8 @@

> 基于`Golang`搭建,提供接口数据支撑。
*技术栈*
技术栈

- iris ([https://github.com/kataras/iris](https://github.com/kataras/iris)) Go语言 mvc 框架
- gorm ([http://gorm.io](http://gorm.io)) 最好用的Go语言数据库orm框架
- resty ([https://github.com/go-resty/resty](https://github.com/go-resty/resty)) Go语言好用的 http-client
Expand All @@ -55,7 +66,8 @@

> 前端页面渲染服务,基于`nuxt.js`搭建。
*技术栈*
技术栈

- vue.js ([https://vuejs.org](https://vuejs.org)) 渐进式 JavaScript 框架
- nuxt.js ([https://nuxtjs.org](https://nuxtjs.org)) 基于Vue的服务端渲染框架,效率高到爆

Expand All @@ -65,7 +77,8 @@

> 管理后台系统,基于`vue.js + element-ui`搭建。
*技术栈*
技术栈

- vue.js ([https://vuejs.org](https://vuejs.org)) 渐进式 JavaScript 框架
- element-ui ([https://element.eleme.cn](https://element.eleme.cn)) 饿了么开源的基于 vue.js 的前端库

Expand Down
Binary file added docs/images/features.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8e980c1

Please sign in to comment.