File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 4
4
[ ![ Build Status] ( https://secure.travis-ci.org/socketio/socket.io-parser.svg?branch=master )] ( http://travis-ci.org/socketio/socket.io-parser )
5
5
[ ![ NPM version] ( https://badge.fury.io/js/socket.io-parser.svg )] ( http://badge.fury.io/js/socket.io-parser )
6
6
7
- A socket.io encoder and decoder written in JavaScript complying with version ` 4 `
7
+ A socket.io encoder and decoder written in JavaScript complying with version ` 5 `
8
8
of [ socket.io-protocol] ( https://github.com/socketio/socket.io-protocol ) .
9
9
Used by [ socket.io] ( https://github.com/automattic/socket.io ) and
10
10
[ socket.io-client] ( https://github.com/automattic/socket.io-client ) .
11
11
12
+ Compatibility table:
13
+
14
+ | Parser version | Socket.IO server version | Protocol revision |
15
+ | ----------------| ------------------------ | ----------------- |
16
+ | 3.x | 1.x / 2.x | 4 |
17
+ | 4.x | 3.x | 5 |
18
+
19
+
12
20
## Parser API
13
21
14
22
socket.io-parser is the reference implementation of socket.io-protocol. Read
You can’t perform that action at this time.
0 commit comments