PhilipTrauner / highway.py

Lightweight, route-based and data-type preserving network protocol framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

highway.py

Python version support: 3.6.2 License: MIT

highway is a lightweight, route-based and data-type preserving network protocol framework built on top of WebSockets. It facilitates routes as a means of data transmission.

Other version

Installation

  • pip
    pip3 install highway.py
  • Manual
    git clone https://github.com/PhilipTrauner/highway.py.git
    cd highway.py
    
    pip3 install pipenv
    pipenv install
    python3 setup.py install

FAQ

  • Should I use this?
    No, I haven't written anything that would resemble a documentation yet and don't plan to for the foreseeable future.

About

Lightweight, route-based and data-type preserving network protocol framework.

License:MIT License


Languages

Language:Python 100.0%