Real-time App Server Implementation

Asked 1 years ago, Updated 1 years ago, 106 views

Hello, everyone

We are implementing app programming that shows the waiting time and number of people at a restaurant in real time.

As far as I know, database, server, app exists, so when data comes into the database, the server is responsible for

I'm posting this because I think it's a framework that updates the database by continuously updating the waiting time and waiting source, and the app only brings data from the database, and I want to ask you how to implement these real-time action servers.

I'm looking into node.js, so I'd appreciate it if you could post various opinions.

server mysql java app-programming

2022-09-22 13:00

1 Answers

Basically, the concept of creating one chat room.

Try researching it!


2022-09-22 13:00

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.