mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
Added the correct location of the SPEC file
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
# Engine.IO: the realtime engine
|
||||
|
||||
[](http://travis-ci.org/LearnBoost/engine.io)
|
||||
@@ -499,10 +498,10 @@ has you covered.
|
||||
|
||||
### Can I implement `Engine` in other languages?
|
||||
|
||||
Absolutely. The `SPEC` file contains the most up to date description of the
|
||||
implementation specification at all times. If you're targeting the latest
|
||||
stable release of `Engine`, make sure to look at the file in the appropriate git
|
||||
branch/tag.
|
||||
Absolutely. The [SPEC](https://github.com/LearnBoost/engine.io-client/blob/master/SPEC.md)
|
||||
file contains the most up to date description of the implementation specification
|
||||
at all times. If you're targeting the latest stable release of `Engine`, make sure
|
||||
to look at the file in the appropriate git branch/tag.
|
||||
|
||||
The Java/NIO implementation will be officially supported, and is being worked
|
||||
on by the author.
|
||||
|
||||
Reference in New Issue
Block a user