-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- issue #37
- Loading branch information
Showing
46 changed files
with
28 additions
and
2,690 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.
Oops, something went wrong.