Cloud variables

Is there any way to make a cloud variable? [It has been solved!]

Snap! doesn't have native cloud variables, but you could use fsul's cloud variable blocks for something like Scratch or toontalk's webrtc method.

I'll have a look at those links :link:

Thanks I like fsul's method!

I've just published this MQTT based project which enables remote communication between different Snap projects, executed on remote locations. It also enables communication with other applications, software or hardware like IoT projects.


This is not a complete solution for cloud variables but rather an exchange pool.
I'm preparing another project with a better way for cloud variables inspired from http://tinywebdb.appinventor.mit.edu/

Here is a chatroom developed with Snap! using the Tinywebdb solution

i'll look into that