chore: change default ports to non-standard ones (9472, 9470, 9471)
This commit is contained in:
@@ -5,13 +5,13 @@ Full-duplex streaming for real-time data feeds and push notifications.
|
||||
## Connection
|
||||
|
||||
```
|
||||
ws://localhost:8081/ws
|
||||
ws://localhost:9471/ws
|
||||
```
|
||||
|
||||
## Client Example
|
||||
|
||||
```javascript
|
||||
const ws = new WebSocket('ws://localhost:8081/ws');
|
||||
const ws = new WebSocket('ws://localhost:9471/ws');
|
||||
|
||||
ws.onopen = () => {
|
||||
console.log('Connected');
|
||||
|
||||
Reference in New Issue
Block a user