TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Build a Slack-Like Chat Application with React

1 pointsby eibrahimabout 6 years ago

1 comment

alexsam986about 6 years ago
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>