python - Sync data with Local Computer Architecture -
the scenario is
i have multiple local computers running python application. these on separate networks waiting data sent them web server. these computers on networks without static ip , behind firewall , proxy.
on other hand have web server gets updates user through form , send update correct local computer.
question
what options have enable this. sending csv files on ftp achieve not real time.
the application built on python , using django web part.
appreciate help
use rest api. can post information django app on http, using authentication key if necessary.
http://www.django-rest-framework.org/ should started quickly
Comments
Post a Comment