https://github.com/HuangAntimony/Chatroom
使用Go, React作为主要技术栈的聊天室Demo
https://github.com/HuangAntimony/Chatroom
gin golang jwt websocket
Last synced: 8 months ago
JSON representation
使用Go, React作为主要技术栈的聊天室Demo
- Host: GitHub
- URL: https://github.com/HuangAntimony/Chatroom
- Owner: HuangAntimony
- License: gpl-3.0
- Created: 2022-01-15T05:11:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-25T11:21:51.000Z (about 4 years ago)
- Last Synced: 2025-01-22T02:15:01.516Z (over 1 year ago)
- Topics: gin, golang, jwt, websocket
- Language: Go
- Homepage: http://175.178.43.145/
- Size: 55.7 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chatroom
使用Go, React作为主要技术栈的聊天室Demo
[点我访问](http://175.178.43.145/)
>网络框架: `gin`
>
>网络协议: `websocket`
>
>持久化数据库: `mysql`
>
>对象关系映射: `gorm`
>
>鉴权方式: `JWT`
[前端仓库](https://github.com/UncleBloom/chatroom)