Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
re-organize a bunch of the examples
  • Loading branch information
meejah committed Jun 17, 2015
1 parent 19ed275 commit 063a37a
Show file tree
Hide file tree
Showing 185 changed files with 21 additions and 6,376 deletions.
24 changes: 21 additions & 3 deletions examples/twisted/wamp/README.md
@@ -1,5 +1,23 @@
# WAMP programming with Autobahn on Twisted
# WAMP Programming Examples

This folder contains complete working code examples that demonstrate [WAMP v2](http://wamp.ws) programming with **Autobahn**|Python on [Twisted](http://www.twistedmatrix.com/):
## Examples

1. RPC
* [Arguments](rpc/arguments)
* [Complex](rpc/complex)
* [Decorators](rpc/decorators)
* [Errors](rpc/errors)
* [Options](rpc/options)
* [Progress](rpc/progress)
* [Slow Square](rpc/slowsquare)
* [Time Service](rpc/timeservice)
2. PubSub
* [Basic](pubsub/basic)
* [Complex](pubsub/complex)
* [Decorators](pubsub/decorators)
* [Options](pubsub/options)
* [Unsubscribe](pubsub/unsubscribe)


## How to run

* [Basic Publish & Subscribe and Remote Procedure Calls](basic)
61 changes: 0 additions & 61 deletions examples/twisted/wamp/app/calculator/README.md

This file was deleted.

125 changes: 0 additions & 125 deletions examples/twisted/wamp/app/calculator/calculator.py

This file was deleted.

170 changes: 0 additions & 170 deletions examples/twisted/wamp/app/calculator/index.html

This file was deleted.

8 changes: 0 additions & 8 deletions examples/twisted/wamp/app/crochet/README.md

This file was deleted.

0 comments on commit 063a37a

Please sign in to comment.