lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Tunnel solution for HTTP server expose to Internet


From: Sergio R. Caprile
Subject: Re: [lwip-users] Tunnel solution for HTTP server expose to Internet
Date: Mon, 9 Apr 2018 12:27:33 -0300
User-agent: Mozilla/5.0 (Windows NT 6.1; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

Summing up:
Yes, you can avoid writing apps, but you have to host a web page
somewhere. Either a CGI on the server or a javascript on the browser
will connect to the database (or the broker if you just need realtime
and no history, that is: no persistence)

No, some of these services are free for low traffic volumes. Heroku is.
Eclipse runs a free MQTT broker (but it does not provide persistence, if
you need it). I don't know of any free hosting with db, btw.

And yes, you have to think about privacy. (good) Cloud services can
provide certificate based data reading, with Heroku you write your app,
with hosting a server+database, well, you manage db passwords and user
accounts.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]