V
V
vizaville2014-02-04 01:07:21
Web development
vizaville, 2014-02-04 01:07:21

How to write a client server application?

It is necessary to develop an economic game. The essence of the game in brief is as follows:
There is a server program with SQLite through which you can create commands (drive in team names, etc.), and there are client programs in which players perform various actions (purchase, sale, etc.)

I plan to do so. Each action of the client will be transferred to the server, and he, in turn, will enter them into the database. But I don't know how to send them to the server. For example, using a socket, transmit a string, and process it on the server. How would you advise?

And what would you do in my place?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question