Skip to content

Releases: formula-forge/chat-server

Formula Forgr Chat Server 1.0

28 May 08:42
Compare
Choose a tag to compare
release

Add mathjax support, add heartbeat

pre-release V1.0

23 Apr 10:06
Compare
Choose a tag to compare
pre-release V1.0 Pre-release
Pre-release

Updated 2023.4.23

Supporting

HTTP API

User

  • available [user] 新增用户 [POST]
  • available [user/:userId] 获取用户资料 [GET]
  • available [user/:userId] 注销帐号 [DELETE]
  • available [user/:userId] 更新用户 [PATCH]

Log in/out

  • available [token] 登录 [POST]
  • available [token] 登出 [DELETE]

Friends

  • available friends 获取好友列表 [GET]
  • available friends 同意好友申请或添加好友(Application无效) [POST]
  • available friends/:userId 删除好友 [DELETE]
  • available friends/:userId 修改好友 [DELETE]

WebSocket