##Installation

You can install _RPC-WebSocket_ with *npm*:

```bash
npm install rpc-websocket
```

If you want to use *engine.io* on the server side as the transport layer, you can install it with *npm*:

```bash
npm install engine.io
```

On the client side you can use *engine.io-client*:

```bash
npm install engine.io-client
```

