Skip to content

Commit

Permalink
Renamed Server to Router in examples and README
Browse files Browse the repository at this point in the history
  • Loading branch information
mbonneau committed Mar 6, 2015
1 parent f380c80 commit bcfbf9e
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ Download Thruway and dependencies

$ php composer.phar require "voryx/thruway":"0.3.*"

Start the WAMP server
Start the WAMP router

$ php vendor/voryx/thruway/Examples/SimpleWsServer.php
$ php vendor/voryx/thruway/Examples/SimpleWsRouter.php

Thruway is now running on 127.0.0.1 port 9090

Expand Down Expand Up @@ -140,7 +140,7 @@ You can also use [AutobahnJS](https://github.com/tavendo/AutobahnJS) or any othe

Here are some [examples] (https://github.com/tavendo/AutobahnJS#show-me-some-code)

Here's a [plunker](http://plnkr.co/edit/8vcBDUzIhp48JtuTGIaj?p=info) that will allow you to run some tests against a local server
Here's a [plunker](http://plnkr.co/edit/8vcBDUzIhp48JtuTGIaj?p=info) that will allow you to run some tests against a local router

For AngularJS on the frontend, use the [Angular WAMP](https://github.com/voryx/angular-wamp) wrapper.

Expand Down

0 comments on commit bcfbf9e

Please sign in to comment.