Update link w/ in-house WebSocket client tutorial

This commit is contained in:
Rome Reginelli
2019-06-14 16:05:46 -07:00
committed by GitHub
parent 0c88b34cbb
commit 72028f90dc

View File

@@ -8,7 +8,7 @@ The [example config file](https://github.com/ripple/rippled/blob/8429dd67e60ba36
## WebSocket API
If you are looking to try out some methods on the XRP Ledger, you can skip writing your own WebSocket code and go straight to using the API at the [Ripple WebSocket API Tool](websocket-api-tool.html). Later on, when you want to connect to your own `rippled` server, you can [build your own client in the browser](https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API/Writing_WebSocket_client_applications) or [in Node.js](https://www.npmjs.com/package/ws).
If you are looking to try out some methods on the XRP Ledger, you can skip writing your own WebSocket code and go straight to using the API at the [Ripple WebSocket API Tool](websocket-api-tool.html). Later on, when you want to connect to your own `rippled` server, you can [build your own client in the browser](monitor-incoming-payments-with-websocket.html) or [in Node.js](https://www.npmjs.com/package/ws).
### Request Formatting