- Switched to pulling quotes via https (port 443) from Google.
- Upgraded npm dependencies.
- Supports CORS.
- Added
package.json
and removenode_modules
from being checked in. - License updated to Apache 2.0.
- Fixed a bug when not providing a trailing slash after the ticker symbol. #1
- Slight update to the documentation to reflect a trailing slash after the ticker symbol is not required.
-
Fixed a bug where other ticker requests would stream in. For example, if a client requested GOOG, and then another client connected requesting MSFT, the first connected client would see MSFT stream in.
-
Changed
index.html
to request the socket.io javascript file, and connect onlocalhost
, instead of hard-coding the NodeSocket demo machine.
- Added
clearInterval()
onsocket.disconnect()
- Initial release