sockets - Python Data Acquisition Without Server -


i trying build python application reads , writes data file online other instances of application have access to. know use sockets dedicated server, don't have one. there service this, or should server?

thanks

there quite few ways 1 can imagine handling this. however, right solution setting database. aws offers free services below tier of usage. there if small personal project.

since using python, should using sqlalchemy define model , interact persistent data. can setup such database on ec2 instance free if keep small enough. rds makes database management easier, i'm not sure there free tier it.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -