2
1
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:
José F. Romaniello 2013-11-03 21:11:52 -02:00
parent 1ac2b5483a
commit b6e7ee635e

View File

@ -55,12 +55,13 @@ 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
=======
npm install
npm test
npm install
npm test
License
========