server site programming with Qt
-
hi all,
Has anyone ever experienced writing server-side code with qt? Is this reasonable? This app is for interacting with Android and iOS, which is written with qt. Of course, there are not many users. -
hi all,
Has anyone ever experienced writing server-side code with qt? Is this reasonable? This app is for interacting with Android and iOS, which is written with qt. Of course, there are not many users.@Saeed_Nowroozi said in server site programming with Qt:
Has anyone ever experienced writing server-side code with qt? Is this reasonable?
what exactly? for what purpose/role of the server app?
Of course, there are not many users.
How much are "not many"?
Whos hosting the server? Note that most (web-)server providers share the same machine with many other hosting users.
-
An application is a crossword that words are updated every now and then. The number of words may reach several thousand words. Of course I would like to write a dynamic programming algorithm that changes automatically each time. The number is not exactly known, but up to 1,000 people are sure.
I have not yet selected the host. -
An application is a crossword that words are updated every now and then. The number of words may reach several thousand words. Of course I would like to write a dynamic programming algorithm that changes automatically each time. The number is not exactly known, but up to 1,000 people are sure.
I have not yet selected the host.@Saeed_Nowroozi
hard to say. i would say 1000 conections are alot for a single application.
I think you should check what Amazon's AWS or Microsofts Azure cloud services are offering for free. -
All users are not connected at the same time. Qt has a library for Microsofts Azure. I saw microsoft Azure has a c++ program and run with visual studio.
-
All users are not connected at the same time. Qt has a library for Microsofts Azure. I saw microsoft Azure has a c++ program and run with visual studio.
@Saeed_Nowroozi
where you should distinguish between Azure DevOps and the cloud services -
yes, a mobile app that can store or retrieve database from the server