Skip to content
sh7ning edited this page Jul 12, 2018 · 3 revisions

api

The service interface is an API exposed by the Comet service to application service, so that the application service can send messages to the client or kick client connection ( let client offline).

Send Message To Connections

Send a message to the specified set of client connections.

PHP demo:example

Golang demo:example

Kick Connections

Disconnect the specified set of client connections.

PHP demo:example

Golang demo:example

开发指南

Develop Guide

其它 Other

Clone this wiki locally