8000 GitHub - Mluocheng/public_chat: golang socket 聊天服务 无数据库
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Mluocheng/public_chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go 聊天室 聊天广场 群聊 单聊

无数据库,临时会话
体验地址: https://luocheng.fun/

开发

golang 服务

set ENV_VAR=dev
set GOOS=windows
go mod tidy
go run .

前端

pnpm i
pnpm dev

打包

set ENV_VAR=build
set GOOS=linux
go build -o publicchat .

alt text

About

golang socket 聊天服务 无数据库

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0