Tech for send orders from kotlin phone to web-app/database/server and vice versa?
I'm researching technologies for a personal project that would enable a person to send orders from a Kotlin phone app to a database or webserver or website (open to any one of these). There would also be a website that would read these orders dynamical and display them to another user, and they could reply the the mobile user via a pusher notification.
I already found and followed this tutorial that is something very close to what I am trying to build: <a...