wsme/doc/source/todo.rst
Stephen Finucane 7092903ba1 Rework documentation build
Modern docs! This fixes a couple of issues introduced in the previous
patches and generally cleans up a lot of mess.

Change-Id: Ib964c16251bce12fe498b13455ed3515ef205916
Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
2019-11-18 13:58:59 -08:00

30 lines
483 B
ReStructuredText

TODO
====
WSME is a work in progress. Here is a list of things that should
be done :
- Use gevents for batch-calls
- Implement new protocols :
- json-rpc
- xml-rpc
- Implement adapters for other frameworks :
- Pylons
- CherryPy
- Flask
- others ?
- Add unittests for adapters
- Address the authentication subject (which should be handled by
some other wsgi framework/middleware, but a little integration
could help).