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 44[ ![ Build Status] ( https://secure.travis-ci.org/socketio/socket.io-parser.svg?branch=master )] ( http://travis-ci.org/socketio/socket.io-parser )
55[ ![ NPM version] ( https://badge.fury.io/js/socket.io-parser.svg )] ( http://badge.fury.io/js/socket.io-parser )
66
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 `
88of [ socket.io-protocol] ( https://github.com/socketio/socket.io-protocol ) .
99Used by [ socket.io] ( https://github.com/automattic/socket.io ) and
1010[ socket.io-client] ( https://github.com/automattic/socket.io-client ) .
1111
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+
1220## Parser API
1321
1422 socket.io-parser is the reference implementation of socket.io-protocol. Read
You can’t perform that action at this time.
0 commit comments