# 2.8 faq

## 我可以在活动中使用通配符吗？

不是直接在`Socket.IO`？可以看看 `Hao-kang Den`这个插件，提供了一个 Socket'.io中间件来处理通配符。

## Apache Cordova中使用 `Socket.IO`？

看看这里[this tutorial](https://Socket.IO/socket-io-with-apache-cordova/)

## iOS中使用 `Socket.IO`？

看看这里[SIOSocket.](https://github.com/MegaBits/SIOSocket)

## Android 中使用 `Socket.IO` ？

看看这里[socket.io-client.java.](https://github.com/nkzawa/socket.io-client.java)

————————————————————————————————

页面翻译有问题？[请戳这里>](https://github.com/veaba/socket.io-docs)


---

# 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://socket.gitbook.io/docs/2-wen-dang-docs/faq.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.
