You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.MD
+3-3
Original file line number
Diff line number
Diff line change
@@ -41,16 +41,16 @@ Documentation in [Russian](http://comet-server.org/doku.php/ru) and [English](ht
41
41
42
42
## Demo access to server API
43
43
44
+
For testing CppComet without install on vps you can use [free cloud service with same api](https://comet-server.com/).
45
+
In the all examples I will use demonstration access from [comet-server.com](http://comet-server.com) for those who could not or were too lazy to deploy the server on their vps.
CppComet has cloud saas alternative that can be used for testing and demo access.
52
-
In the following examples I will use demonstration access from [comet-server.com](http://comet-server.com) for those who could not or were too lazy to deploy the server on their vps.
53
-
54
54
Example of connecting to [cometQL api](http://comet-server.org/doku.php/en:comet:cometql) from console using mysql-client:
55
55
```
56
56
mysql -h app.comet-server.ru -u15 -plPXBFPqNg3f661JcegBY0N0dPXqUBdHXqj2cHf04PZgLHxT6z55e20ozojvMRvB8 -DCometQL_v1 --skip-ssl
0 commit comments