Skip to content

formula-forge/chat-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat-Server

Chat-Server是聊天工具公式炼成的后端服务器。

使用API

使用API请参考API文档.

部署

准备工作

要求JDK版本>=17.

编写配置文件, 置于/etc/chat-server/config.yaml或执行Java的同一目录下.

下载config-example.yaml

cp config-example.yaml /etc/chat-server/config.yaml

并根据实际服务器情况修改.

运行

java -jar chat-server.jar
jax:
  enable: true
  host: 127.0.0.1
  port: 2023