Websocket server on cloud to store data -


firstly let me tell novice cloud computing .

my objective read sensor data continuously device , store in cloud servers , retrieve data website real time.

as per research found out can done using mbed boards ethernet.

i read data sensors , pass websocket server continuously in json format , there using java script display data on website.

issue here don't know how store data on cloud. should websocket server on cloud , how server able store data.

plz help. or there other way achieve this??

sorry if question doesn't make sense.

thanks.

if want run websocket applications through cloud , there plenty of ways. not sure expecting or not have used jelastic same , worked quite , easy. try once implement application on jelastic .

following link http://blog.jelastic.com/2013/07/10/websockets-tutorial-tomee/ might you.


Comments

Popular posts from this blog

java - activate/deactivate sonar maven plugin by profile? -

python - TypeError: can only concatenate tuple (not "float") to tuple -

java - What is the difference between String. and String.this. ? -