File: README.md

package info (click to toggle)
python-autobahn 17.10.1%2Bdfsg1-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 4,452 kB
  • sloc: python: 22,598; javascript: 2,705; makefile: 497; sh: 3
file content (12 lines) | stat: -rw-r--r-- 573 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
## WAMP-Klein Application

The examples here demonstrate how to combine a [Klein](https://github.com/twisted/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:

 * [Mixing Web and WAMP code with Twisted Klein](http://crossbario.com/blog/post/mixing-web-and-wamp-code-with-twisted-klein/)

### Examples

* [Example 1](example1): minimalistic; runs Web and WAMP app in different processes
* [Example 2](example2): more extended; runs Web and WAMP app in same process