Skip to content

leeson1/AiChatPartner-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AiChatPartner-api

环境

  1. go 1.23.2 linux/amd64
  2. goctl 1.7.3 linux/amd64
  3. mysql 5.7.43

运行

# api server
cd api/api
go mod tidy
go run api.go -f etc/api-api.yaml

# websocket server
cd api/websocket
go mod tidy
go run websocket.go -f etc/websocket.yaml

# rpc server
cd rpc/chat
go mod tidy
go run chat.go -f etc/chat.yaml

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages