Skip to main content

Simple I/O Socket

Project description

iosock

Simple I/O Socket Working on.

import iosock
server = iosock.EpollServer()
server.listen('localhost', 0000)
server.start()
recv_data = server.recv()
if recvdata['type'] == 'accept':
elif recvdata['type'] == 'debug':
server.join()

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

iosock-0.0.20.tar.gz (13.1 kB view hashes)

Uploaded Source

Built Distribution

iosock-0.0.20-py3-none-any.whl (13.5 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