Coroutine based H2 Web backend framework built for the future.
Project description
=========
Hyper2Web
=========
Super Fast HTTP2 Framework for Progressive Web Application
Installation
############
To install Hyper2Web, run this command in your terminal:
.. code-block:: console
pip install git+https://github.com/dabeaz/curio.git
python app.py
That's it!
If you just want to serve static files, it's just 2 lines!
.. code-block:: python
from hyper2web import app
app.App(port=5000).up()
Docs
####
Documentation is hosted on hyper2web.readthedocs.io_.
.. _hyper2web.readthedocs.io: http://hyper2web.readthedocs.io
Example
#######
See the example folders for examples.
Test
####
.. code-block:: console
$ python -m unittest discover test
Run all tests under ``test/`` dir.
Misc
####
Why did I create this framework?
********************************
April 23rd, 2017, Sunday, I woke up and felt bored and decided to create my own HTTP2 web framework.
Since I had little or some prior web knowledge, this would be a super learning and fun project for me.
=======
History
=======
0.0.0 (2017-06-08)
------------------
* First release on PyPI.
Hyper2Web
=========
Super Fast HTTP2 Framework for Progressive Web Application
Installation
############
To install Hyper2Web, run this command in your terminal:
.. code-block:: console
That's it!
If you just want to serve static files, it's just 2 lines!
.. code-block:: python
from hyper2web import app
app.App(port=5000).up()
Docs
####
Documentation is hosted on hyper2web.readthedocs.io_.
.. _hyper2web.readthedocs.io: http://hyper2web.readthedocs.io
Example
#######
See the example folders for examples.
Test
####
.. code-block:: console
$ python -m unittest discover test
Run all tests under ``test/`` dir.
Misc
####
Why did I create this framework?
********************************
April 23rd, 2017, Sunday, I woke up and felt bored and decided to create my own HTTP2 web framework.
Since I had little or some prior web knowledge, this would be a super learning and fun project for me.
=======
History
=======
0.0.0 (2017-06-08)
------------------
* First release on PyPI.