8
8
``` {literalinclude} ../examples/aiohttp_server.py
9
9
```
10
10
11
- See [ blog post] ( https://composed.blog /jsonrpc/aiohttp ) .
11
+ See [ blog post] ( https://explodinglabs.github.io /jsonrpc/aiohttp ) .
12
12
13
13
## Django
14
14
@@ -17,21 +17,21 @@ Create a `views.py`:
17
17
``` {literalinclude} ../examples/django_server.py
18
18
```
19
19
20
- See [ blog post] ( https://composed.blog /jsonrpc/django ) .
20
+ See [ blog post] ( https://explodinglabs.github.io /jsonrpc/django ) .
21
21
22
22
## FastAPI
23
23
24
24
``` {literalinclude} ../examples/fastapi_server.py
25
25
```
26
26
27
- See [ blog post] ( https://composed.blog /jsonrpc/fastapi ) .
27
+ See [ blog post] ( https://explodinglabs.github.io /jsonrpc/fastapi ) .
28
28
29
29
## Flask
30
30
31
31
``` {literalinclude} ../examples/flask_server.py
32
32
```
33
33
34
- See [ blog post] ( https://composed.blog /jsonrpc/flask ) .
34
+ See [ blog post] ( https://explodinglabs.github.io /jsonrpc/flask ) .
35
35
36
36
## http.server
37
37
@@ -41,7 +41,7 @@ Using Python's built-in
41
41
``` {literalinclude} ../examples/http_server.py
42
42
```
43
43
44
- See [ blog post] ( https://composed.blog /jsonrpc/httpserver ) .
44
+ See [ blog post] ( https://explodinglabs.github.io /jsonrpc/httpserver ) .
45
45
46
46
## jsonrpcserver
47
47
@@ -55,46 +55,46 @@ Using jsonrpcserver's built-in `serve` method.
55
55
``` {literalinclude} ../examples/sanic_server.py
56
56
```
57
57
58
- See [ blog post] ( https://composed.blog /jsonrpc/sanic ) .
58
+ See [ blog post] ( https://explodinglabs.github.io /jsonrpc/sanic ) .
59
59
60
60
## Socket.IO
61
61
62
62
``` {literalinclude} ../examples/socketio_server.py
63
63
```
64
64
65
- See [ blog post] ( https://composed.blog /jsonrpc/flask-socketio ) .
65
+ See [ blog post] ( https://explodinglabs.github.io /jsonrpc/flask-socketio ) .
66
66
67
67
## Tornado
68
68
69
69
``` {literalinclude} ../examples/tornado_server.py
70
70
```
71
71
72
- See [ blog post] ( https://composed.blog /jsonrpc/tornado ) .
72
+ See [ blog post] ( https://explodinglabs.github.io /jsonrpc/tornado ) .
73
73
74
74
## Websockets
75
75
76
76
``` {literalinclude} ../examples/websockets_server.py
77
77
```
78
78
79
- See [ blog post] ( https://composed.blog /jsonrpc/websockets ) .
79
+ See [ blog post] ( https://explodinglabs.github.io /jsonrpc/websockets ) .
80
80
81
81
## Werkzeug
82
82
83
83
``` {literalinclude} ../examples/werkzeug_server.py
84
84
```
85
85
86
- See [ blog post] ( https://composed.blog /jsonrpc/werkzeug ) .
86
+ See [ blog post] ( https://explodinglabs.github.io /jsonrpc/werkzeug ) .
87
87
88
88
## ZeroMQ
89
89
90
90
``` {literalinclude} ../examples/zeromq_server.py
91
91
```
92
92
93
- See [ blog post] ( https://composed.blog /jsonrpc/zeromq ) .
93
+ See [ blog post] ( https://explodinglabs.github.io /jsonrpc/zeromq ) .
94
94
95
95
## ZeroMQ (asynchronous)
96
96
97
97
``` {literalinclude} ../examples/aiozmq_server.py
98
98
```
99
99
100
- See [ blog post] ( https://composed.blog /jsonrpc/zeromq-async ) .
100
+ See [ blog post] ( https://explodinglabs.github.io /jsonrpc/zeromq-async ) .
0 commit comments