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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -