restructure example directory

This commit is contained in:
Tobias Oberstein
2012-06-21 15:44:01 +02:00
parent c33c569987
commit eab2685f7b
59 changed files with 20 additions and 0 deletions

12
examples/README.md Normal file
View 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
View File

@@ -0,0 +1,4 @@
RPC/PubSub Programming with AutobahnPython
==========================================
Couple of examples showing how to do RPC/PubSub (WAMP) programming using AutobahnPython.

View File

@@ -0,0 +1,4 @@
WebSocket Programming with AutobahnPython
=========================================
Couple of examples showing how to implement WebSocket servers and clients using AutobahnPython.