wampire 0.2.1

A asynchronous WAMPv2 client and router implenting the basic WAMP profile
Documentation
wampire-webrtc
==================

A simple WebRTC datachannel establishment demo.

## Prerequisites

- Node and NPM

## How to run

In the terminal type the following:

```
npm install
npm start
```

Now go to [http://localhost:9008][link]

[link]: http://localhost:9008


{
  "name": "wampire-webrtc",
  "version": "0.0.1",
  "description": "A telnet chat-server",
  "main": "server.js",
  "scripts": {
    "start": "node server.js"
  },
  "dependencies": {
    "autobahn": "^18.3.2",
    "fastify": "^1.7.0",
    "fastify-static": "^0.12.0"
  },
  "author": "Georg Graf",
  "license": "MIT"
}