104k views
0 votes
I need help storing one variable online, using HTML, CSS, and/or JavaScript. What I mean is that i need to be able to store a variable (preferably text) in one device, and be able to access it on another.

User Codar
by
8.5k points

1 Answer

4 votes
One way to do this is to get yourself a free pubnub account and let both devices connect to the same topic. That way you'll be able to exchange text in real-time. This works in javascript, so I think it covers your requirements.

Feel free to pm me if you need help.
User JonnDough
by
7.9k points