turms-im / turms

🕊️ The world's most advanced open source instant messaging engine for 100K~10M concurrent users https://turms-im.github.io/docs
Apache License 2.0
1.72k stars 266 forks source link

有谁做出了客户端的吗? #1316

Open ljguoo opened 10 months ago

ljguoo commented 10 months ago

有谁做出了完整的客户端吗? 交流一下. 实现了登录,加好友,单聊,建群,群聊,可以购买代码

JamesChenX commented 10 months ago

What platforms do you need to support at first? Mobile, Web, Desktop?

I am working on https://github.com/turms-im/turms/issues/247 which uses Flutter to develop a chat application that can run on all platforms like most chat applications (WeChat, Microsoft Teams, Line, etc), and if you think Flutter is suitable for your cases (because some people want react-native-based applications, uni-app, or something else), you can wait for me to support.

And you can also request some features, so that we may schedule your feature requests in advance.

Of course, the open-source application is totally free like all other Turms solutions, but you need to wait for 30~60 days because I can only take about 2 ~ 4 hours every day to work on it after work.

ljguoo commented 10 months ago

登录,好友,单聊,群聊这些, 你这个做好了也会开源出来是吗? 可以私聊吗?

JamesChenX commented 10 months ago

@ljguoo As I have said, if you have any requirements, just post them here so that we may prioritize them. And I "work" for myself and the community, not just someone.

The applications won't be released too soon because application UI design is different on different platforms and complex. I can just promise that I spend several hours on it almost every day.


If you want to contact me for custom development, you can read the following doc first:

Chinese version: https://turms-im.github.io/docs/zh-CN/community/#%E5%85%B3%E4%BA%8E%E6%83%B3%E6%89%BEturms%E4%BD%9C%E8%80%85%E7%A7%81%E8%81%8A%E4%B8%8E%E5%81%9A%E5%AE%9A%E5%88%B6%E5%8C%96%E5%BC%80%E5%8F%91

English version: https://turms-im.github.io/docs/community

hustlemickey commented 10 months ago

登录,好友,单聊,群聊这些, 你这个做好了也会开源出来是吗? 可以私聊吗?

I writing a demo right now

lovemianhuatang commented 2 months ago

@JamesChenX @hustlemickey How is the progress? I am looking forward to it.

JamesChenX commented 2 months ago

@lovemianhuatang The implementation of the demo client is tracked in this issue (https://github.com/turms-im/turms/issues/247). Currently, nearly 70% of its desktop (Windows, MacOS, Linux) UI is done, but I need to suspend the job for a while because I am working on delivering other important features (etc. video conferencing), I will come back to start the job again in 2024/08 or 2024/09.