Skip to main content

Simple long polling implementation

Project description

客户端

单向由服务端向客户端发送

import longPolling example=longPolling.client.Client(url, callback) example.login(uername)

或者双向发送

import longPolling example=longPolling.client.BothwayClient(url, callback) example.login(uername) example.send(xxx)

服务端

单向由服务端向客户端发送

import longPolling example=longPolling.server.Server(host,port) example.send(username,message)

或者双向发送

import longPolling example=longPolling.server.BothwayServer(host,port,callback) example.send(username,message)

关于作者

作者 宽宽2007

本项目在 苟浩铭/长轮询 上开源

帮助文档参见 长轮询(longPolling)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

longPolling-0.0.2.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

longPolling-0.0.2-py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page