I want to develop a chat service. App, web

Asked 2 years ago, Updated 2 years ago, 92 views

I'd like to link the 1:1 chat service I'm trying to write mysql, but can mysql accept the chat details in real time

I'm curious.

If not, what database should I use?

You need to link the web with the app.

chatting application web

2022-09-21 20:26

1 Answers

Of course it's possible. In fact, most chat apps (like Kakao Talk) use relational DBs like mysql or mariadb as backend databases.


2022-09-21 20:26

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.