Add CherryPy recipe
CherryPy implements a WSGI server. I am planning on using it for the REST server initially. WSGI is very modular so a better server can be dropped in later if one is available.
Loading
Please register or sign in to comment
CherryPy implements a WSGI server. I am planning on using it for the REST server initially. WSGI is very modular so a better server can be dropped in later if one is available.