Is it possible in Pubnub to subscribe via javascript and publish via python -
i developing dashboard application pubnub , eon charts. since raw data lives in openstack have use python ceilometer api data , publishing data via python , think have subscribe via javascript since eon library in javascript. question is: possible publish via 1 framework , subscribe via another. there example documentation regarding this?
yes, possible. in fact, advantage of using pubnub. can take advantage of fact support many different platforms - 70+ sdks including ios, android, javascript, .net, java, ruby, python, php , many more. have had many examples of this. instance, raspberry pi(python) publishing sensor readings browser(javascript) visualize using eon.
some examples can @ :
the basic idea publish on channel, , subscribe channel. long send message, irrespective of language/platform use, able receive it. doesn't matter whether publishing/subscribing to/from device, mobile or pc, long use pubnub.
so in example specifically, mentioned, publishing data using our python sdk , using eon subscribe, javascript library. eon provides simple way subscribe , create great realtime charts.
you can find lot more examples on our blog.
Comments
Post a Comment