xsank / pseudo-http

This is a tool package for processing tcp api easilly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pseudo-http

This is a tool package for processing tcp api as http. You should create a interface which seems like a url, and alse create a handler to process the request and to send the response. All the communication is async.

Installation and Dependencies

Install pseudo-http

git clone https://github.com/xsank/pseudo-http.git

python setup.py install

Others

I also use the pseudo-http write an example, all the source code is in example directory.

About

This is a tool package for processing tcp api easilly.

License:MIT License


Languages

Language:Python 100.0%