https://github.com/doo/pubnub4qt
Qt based PubNub implementation
https://github.com/doo/pubnub4qt
Last synced: 12 months ago
JSON representation
Qt based PubNub implementation
- Host: GitHub
- URL: https://github.com/doo/pubnub4qt
- Owner: doo
- License: mit
- Created: 2013-08-12T14:57:45.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2014-05-14T20:05:46.000Z (about 12 years ago)
- Last Synced: 2023-03-20T09:24:04.681Z (over 3 years ago)
- Language: C++
- Size: 2.33 MB
- Stars: 3
- Watchers: 7
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
PubNub4Qt
=========
Qt based PubNub implementation for publishing and subscriptions.
To test it, head over to the [PubNub Console](http://www.pubnub.com/console?channel=hello_qtworld&origin=pubsub.pubnub.com&sub=demo&pub=demo) wait until it has connected to the ```hello_qtworld``` channel and then start [the example](https://github.com/doo/PubNub4Qt/blob/master/hello_world/main.cpp).
You should see "```Hello from Qt world```" in the PubNub consoles messages view.
when you send the message ```"Hello from Dev Console"``` (including the quotation marks, as it has to be a valid JSON string in the console) you should see this printed on the applications console:
```[hello_qtworld]:QJsonValue(string, "Hello from Dev Console")```
License
-------
MIT License