Skip to content

Commit

Permalink
Move wamp-2 to project root
Browse files Browse the repository at this point in the history
  - issue #37
  • Loading branch information
jcelliott committed Aug 9, 2014
1 parent bf62f8c commit ffdc735
Show file tree
Hide file tree
Showing 46 changed files with 28 additions and 2,690 deletions.
32 changes: 4 additions & 28 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,8 @@
turnpike
Turnpike
========

Go implementation of [WAMP](http://www.wamp.ws/) - The Websocket Application Messaging Protocol
Go implementation of [WAMP](http://www.wamp.ws/) - The Web Application Messaging Protocol

Turnpike provides a WAMP server and client.

Examples
========

chat
----

Very simple chat server and client written in Dart. To run, first install [Dart](http://www.dartlang.org/tools/sdk/) (Dart editor should work as well), then:

cd examples/dart
pub install
./build.sh
go run server.go

Open a browser (or more) to localhost:8080. Type in the textbox and hit enter.

hello
-----

Connect to a Turnpike server with autobahn.js:

cd examples/hello
go run server.go

Open a browser to localhost:8080. You should see a message when autobahn.js connects to Turnpike.
This version of Turnpike supports WAMP v2. For WAMP v1 support see the [v1 branch](https://github.com/jcelliott/turnpike/tree/v1).

This package is under heavy development and is *not* production ready.
File renamed without changes.
Loading

0 comments on commit ffdc735

Please sign in to comment.