restructure example directory
This commit is contained in:
12
examples/README.md
Normal file
12
examples/README.md
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
AutobahnPython Examples
|
||||||
|
=======================
|
||||||
|
|
||||||
|
This folder contains complete working code examples that demonstrate various
|
||||||
|
features of AutobahnPython.
|
||||||
|
|
||||||
|
Since AutobahnPython implements both standard WebSocket and WAMP, which provides asynchronous RPC and PubSub layered on top of WebSocket, the examples are splitted into
|
||||||
|
|
||||||
|
* WebSocket
|
||||||
|
* WAMP
|
||||||
|
|
||||||
|
subfolders.
|
||||||
4
examples/wamp/README.md
Normal file
4
examples/wamp/README.md
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
RPC/PubSub Programming with AutobahnPython
|
||||||
|
==========================================
|
||||||
|
|
||||||
|
Couple of examples showing how to do RPC/PubSub (WAMP) programming using AutobahnPython.
|
||||||
4
examples/websocket/README.md
Normal file
4
examples/websocket/README.md
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
WebSocket Programming with AutobahnPython
|
||||||
|
=========================================
|
||||||
|
|
||||||
|
Couple of examples showing how to implement WebSocket servers and clients using AutobahnPython.
|
||||||
Reference in New Issue
Block a user