Answer the question
In order to leave comments, you need to log in
How to properly organize caching and database on nodejs?
The goal is to create a mobile application and an admin panel for a delivery service. The application will send the coordinates of the courier every n seconds to the server and the ability to take orders for delivery by couriers. In the administrative panel there will be a map with orders and couriers, as well as managing orders and couriers. There will also be a map with couriers on the site. Order history is saved.
The server is written in nodejs. Mobile application on ionic + angularjs + ngcordova + socket.io.
I plan to use MySQL as a DBMS, but all data is cached by Redis.
Does it make sense to use socket.io to receive data for the frontend?
Should I use a DBMS or can I get by with just Redis?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question