Android based TCP/UDP server using Quasar
-
Hi there… I am new to Quasar and I just learned the framework using Danny Connell"s tutorial. I wanted to develop a TCP/UDP server running on Android using the Quasar framework. I wanted to know if it was technically feasible. I checked the Quasar documentation and did not find anything useful on this. Its quite possible that I may not have used the correct search terms. Any help would be much appreciated. What I have in mind is something similar to the following:
https://play.google.com/store/apps/details?id=com.aviramido.udpserver
If there is any relevant document around this, please do share.
-
Quasar is just the front end. Quasar uses Corodova or Capacitor for creating native mobile app’s. You should investigate the possibilities of these for creating a TCP/UDP server.