Forum Discussion
How do I connect two hosts playing online game?
Hello,
I am a student who is working on a project which is aimed towards playing cards online.
Basically, I am searching for a solution on how to connect two hosts and exchange information between them.
Game is written in python. I was thinking about creating an online app on microsoft azure that hold main python game script and this main program connects to a sql server where all the infromation is stored.
The hosts will exchange infromation with a server which then writes it into sql server.
Is there a simpler method? How do I run a main python program on a server? I basically know nothing about creating an app for that.
1 Reply
- ibnmbodjiIron Contributor
I think the first thing you need to do is a diagram that represent all the components and their relationships . Then people can have a high level view of what the application does and advise about which technology is suitable for a given service . It may be container based applications or not , it can be microservices or not .