juhgiyo / pyserver

Python Asynchronous TCP/UDP Server Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyserver

Python Asynchronous TCP/UDP Server Framework

pyserver

pyserver is a simple python asynchronous TCP/UDP server/client library.

Installation

You can to use pip to install pyserver:

$ pip install pyserver

Or using last source:

$ pip install git+git://github.com/juhgiyo/pyserver.git

Usage Guide

Please see the wiki page

Feature Requests and Bug Reports

Should all be reported on the Github Issue Tracker

Copyright

Copyright (c) 2016 Woong Gyu La juhgiyo@gmail.com. See LICENSE for details.

About

Python Asynchronous TCP/UDP Server Framework

License:MIT License


Languages

Language:Python 100.0%