Fix typos
This commit is contained in:
parent
fd43d91350
commit
b45c5a3f2d
2 changed files with 2 additions and 2 deletions
|
@ -312,7 +312,7 @@ socket.onmessage = function(event) {
|
|||
}
|
||||
```
|
||||
|
||||
Server-side code is a little bit beyound our scope here. We're using browser WebSocket API, a server may have another library.
|
||||
Server-side code is a little bit beyond our scope here. We're using browser WebSocket API, a server may have another library.
|
||||
|
||||
Still it can also be pretty simple. We'll use Node.js with <https://github.com/websockets/ws> module for websockets.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue