mirror of
https://github.com/Thream/socketio-jwt.git
synced 2024-07-21 09:38:31 +02:00
add note about cors, closes #28
This commit is contained in:
parent
1ac2b5483a
commit
b6e7ee635e
@ -55,13 +55,14 @@ Usage
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
__Note:__ in the client-side use `io.connect()` or `io.connect('http://the-same-domain.com')` because Socket.io can work with CORS but the browser will not send the cookies.
|
||||||
|
|
||||||
Develop
|
Develop
|
||||||
=======
|
=======
|
||||||
|
|
||||||
npm install
|
npm install
|
||||||
npm test
|
npm test
|
||||||
|
|
||||||
|
|
||||||
License
|
License
|
||||||
========
|
========
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user