Skip to content

nirum-lang/nirum-python-wsgi

Repository files navigation

Nirum services as WSGI apps

Build status Latest PyPI version

This package provides nirum_wsgi.WsgiApp class which adapts a given Nirum service to a WSGI application:

from yourservice import YourService
from nirum_wsgi import WsgiApp

class YourServiceImpl(YourService):
    ...

app = WsgiApp(YourServiceImpl())

There's a development-purpose CLI launcher named nirum-server as well:

nirum-server -H 0.0.0.0 -p 8080 --debug 'yourserviceimpl:YourServiceImpl()'

About

Nirum services as WSGI apps. Please file issues to https://github.com/nirum-lang/nirum/issues

Topics

Resources

License

Stars

3 stars

Watchers

12 watching

Forks

Packages

 
 
 

Contributors

Languages