TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Build a Slack-Like Chat Application with React

1 点作者 eibrahim大约 6 年前

1 comment

alexsam986大约 6 年前
Before you must know, what is the chat application &amp; How it works?<p>Build application like Slack, Hipchat(Server-side database):<p>where the messages sent are stored in the server database. This results in the storage of a vast amount of data in the server-side data storage.<p>On the other hand,<p>Build Application like Whatsapp, Viber(Client-side database):<p>It is quite effective in minimizing the data stored in the database by holding the data within the device &amp; diminishing the queuing of messages and consumption of data.<p>For more: <a href="https:&#x2F;&#x2F;blog.mirrorfly.com&#x2F;real-time-chat-server-database-for-storing-messages&#x2F;" rel="nofollow">https:&#x2F;&#x2F;blog.mirrorfly.com&#x2F;real-time-chat-server-database-fo...</a>