Next generation noIM application in your own workspace, not only another Slack/Discord/Rocket.chat
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
moonrailgun bfc9853e74 style: remove old meta-form code 3 years ago
.github/workflows feat: add inject script in github workflow 3 years ago
.husky chore: 迁移yarn到pnpm 3 years ago
.vscode chore: add plugin declaration ts generator 3 years ago
app style: rename TailChat -> Tailchat 3 years ago
build chore: clean dist before build 3 years ago
desktop chore: 调整依赖版本,优化静态资源存储逻辑 3 years ago
desktop-old chore: mark origin desktop as old 3 years ago
packages style: remove old meta-form code 3 years ago
shared feat: 增加禁言功能 3 years ago
test chore: 迁移yarn到pnpm 3 years ago
web style: #41 调整字体配置 3 years ago
widget
.dockerignore chore: 增加前端docker配置 3 years ago
.editorconfig
.eslintignore
.eslintrc.js
.gitattributes
.gitignore chore: 增加tailchat.d.ts的自动生成 3 years ago
.npmrc chore: add unsafe-perm 3 years ago
.prettierrc.json
Dockerfile chore: fix dockerfile script path error 3 years ago
LICENSE
README.md docs: update docs link to https 3 years ago
commitlint.config.js
docker-compose.yml chore: 修复dockerfile的一些问题 3 years ago
package.json chore: 增加tailchat.d.ts的自动生成 3 years ago
pnpm-lock.yaml style: remove old meta-form code 3 years ago
pnpm-workspace.yaml chore: 增加一个插件导出函数扫描工具用于根据导出内容自动生成any代码 3 years ago
tsconfig.json
vercel.json chore: 调整重定向位置, 修复部署时重定向路径不正确的bug 3 years ago

README.md

Tailchat

Tailchat 是一款现代化开源的即时通讯聊天应用,基于 React + Typescript 开发

前端微内核架构+后端微服务架构Tailchat 已经为集群化部署做好了准备。

前端通过插件机制为应用赋能,对于 Tailchat 的二次开发来说非常简单且易用。

官方文档: https://tailchat.msgbyte.com/

后端仓库地址: tailchat-server

Nightly版 体验地址: https://nightly.paw.msgbyte.com/

Nightly版 为自动编译版本, 即每次提交代码都会自动编译。 不保证数据的可靠性与稳定性

NOTICE: 虽然目前Tailchat的核心功能处于稳定阶段但它对于第三方开发者暴露的接口仍在不断完善中一般来说是向下兼容的但保留出现 Break Change的可能性

Feature

  • 注重隐私,只有被邀请的成员才能加入群组
  • 防止陌生人,只有通过昵称+一串随机的数字才能添加好友
  • 二维的群组空间,通过频道来分割不同的话题
  • 高度自定义的群组空间, 通过分组和拖拽来创建独创的群组空间。同时可以通过更多的插件来增加更多的能力
  • 可以严谨,也可以乐趣。通过插件的组合可以创造用于不同场景的 Tailchat。可以是面向娱乐也可以是面向企业
  • 后端微服务架构,已经为大规模部署做好了准备。不用担心用户量大了以后怎么办

Build

编译 web 前端代码

pnpm install
cd web
SERVICE_URL=http://127.0.0.1:11000 pnpm build

环境变量:

  • SERVICE_URL: 后端服务的地址

使用任意方式代理 web/dist 目录即可。

expo 打开移动端app

cd app
pnpm install
pnpm start