Flask-Driver8 0.0.3

Creator: bradpython12

Last updated:

Add to Cart

Description:

FlaskDriver8 0.0.3

Driver8: WireProtocol support for Python Flask apps
Installation
Use it as Blueprint in your Flask
application:
```python
from flask_driver8 import driver8_blueprint

app = Flask(__name__)
app.register_blueprint(driver8_blueprint.driver8_blueprint)

if __name__ == "__main__":
app.run(host='0.0.0.0', debug=True, port=80)
```

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.