# COOLPY7领域应用

- [CP7领域应用指南简略图](https://coolpy7.gitbook.io/coolpy7book/coolpy7-ling-yu-ying-yong-1/untitled.md): 本章介绍Coolpy7可应用于哪些应用领域及相关应用的实现思路
- [使用paho-mqtt.js库实时聊天室](https://coolpy7.gitbook.io/coolpy7book/coolpy7-ling-yu-ying-yong-1/html5+websocket+mqtt-shi-shi-liao-tian-shi.md): 本应用示例使用Coolpy7作为Mqtt服务器并启用Websocket代理完美支持高并发大流量即时通过能力，本示以即时通信聊天为为例。还可以应用到其他软件应用如：网页客服系统、网站信息通知、网页即时通信系统、网页游戏等等
- [微信小程序实时通信聊天室应用](https://coolpy7.gitbook.io/coolpy7book/coolpy7-ling-yu-ying-yong-1/wei-xin-xiao-cheng-xu-shi-shi-tong-xin-liao-tian-shi-ying-yong.md): 本应用示例使用Coolpy7作为Mqtt服务器并启用Websocket代理完美支持高并发大流量即时通过能力，本示以微信小程序即时通信聊天为例。并以阿里云ECS为服务器端缩主架构整套系统。并支持TLS连接通信加密，商业应用安全组别。
- [使用MQTT.js库连接CP7](https://coolpy7.gitbook.io/coolpy7book/coolpy7-ling-yu-ying-yong-1/shi-yong-mqtt.js-ku-lian-jie-cp7.md): 一个优秀的MQTT客户端库，支持小程序和H5等相关应用方向，功能相 当完备，支持qos0,1,2。开源地址https://github.com/mqttjs/MQTT.js
- [Paho.mqtt.golang客户端连接示例](https://coolpy7.gitbook.io/coolpy7book/coolpy7-ling-yu-ying-yong-1/paho.mqtt.golang-ke-hu-duan-lian-jie-shi-li.md): 需注意收SetDefaultPublishHandler对应的Handler func不允许有业务代码阻塞，必须通过channel进行缓冲列表，否则会导致连接不稳定。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://coolpy7.gitbook.io/coolpy7book/coolpy7-ling-yu-ying-yong-1.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
