Skip to main content

Micropython HTTP Asynchronous Service like Flask

Project description

micropython-mhask

Micropython HTTP Asynchronous Service like Flask

Install

micropython -m upip install micropython-mhask

Usage

app = mhask.App(__name__)

@app.route('/')
def index():
    return 'Hello'

app.run()

See more examples at https://github.com/damiencorpataux/micropython-mhask/blob/master/examples.

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

mhask-0.0.0.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

mhask-0.0.0-py3-none-any.whl (18.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