*I have not dabbled with any kind of databases.
I am trying to make an application hosted on a linux server that people can use the hosted wifi SSID.
the application will have a webserver on :80 for clientside webtrafic.
i want the clients to beable to do something in the clientside, the clientside will send a request to another webserver (my rust server) on :1010, when this server gets a packet, they will do some logic based on current states, and update/read the database and respond.
do i need a database to do this? if so help me.