750

Product support

Visit this product's website for support.

Categories

Gitter

CppComet

Project page and docs

Project page

Documentation and examples

Documentation in Russian and English languages

Demo access to server API

For testing CppComet without install on vps you can use free cloud service with same api. In the all examples I will use demonstration access from comet-server.com for those who could not or were too lazy to deploy the server on their vps.

For demo access use credentials:

Login: 15
Password:lPXBFPqNg3f661JcegBY0N0dPXqUBdHXqj2cHf04PZgLHxT6z55e20ozojvMRvB8
Host: app.comet-server.ru

Example of connecting to cometQL api from console using mysql-client:

mysql -h app.comet-server.ru -u15 -plPXBFPqNg3f661JcegBY0N0dPXqUBdHXqj2cHf04PZgLHxT6z55e20ozojvMRvB8 -DCometQL_v1 --skip-ssl

License

Apache License Version 2.0

Example

$cometQL = \ImbaSynergy\Cppcomet\Controllers\CppComet::api()->pdo();
$cometQL->query("INSERT INTO users_messages (id, event, message)VALUES ('1', 'newMessage', 'new message text')");

Docs for CppComet API

CometQL API

1.0.2

Added configuration and js comet-server api

Mar 28, 2019

1.0.1

Initialize plugin.

Jan 26, 2019