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

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -