Files
deb-python-autobahn/examples/twisted/wamp/app/klein
Tobias Oberstein 0ae7b7c83e fix links
2015-11-20 18:09:54 +01:00
..
2015-09-05 11:58:47 +02:00
2015-09-05 11:58:47 +02:00
2015-11-20 18:09:54 +01:00

WAMP-Klein Application

The examples here demonstrate how to combine a Klein Web application with a Autobahn WAMP application. Klein essentially is Flask for Twisted Web.

A detailed discussion of Example 1 (see below) is here:

Examples

  • Example 1: minimalistic; runs Web and WAMP app in different processes
  • Example 2: more extended; runs Web and WAMP app in same process