https://github.com/jvirtanen/node-soupbintcp
NASDAQ SoupBinTCP 3.00 client and server on Node
https://github.com/jvirtanen/node-soupbintcp
finance nasdaq node trading
Last synced: over 1 year ago
JSON representation
NASDAQ SoupBinTCP 3.00 client and server on Node
- Host: GitHub
- URL: https://github.com/jvirtanen/node-soupbintcp
- Owner: jvirtanen
- License: apache-2.0
- Created: 2017-03-17T19:14:10.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-03-25T15:27:09.000Z (about 2 years ago)
- Last Synced: 2024-04-25T20:43:16.830Z (about 2 years ago)
- Topics: finance, nasdaq, node, trading
- Language: JavaScript
- Homepage:
- Size: 50.8 KB
- Stars: 30
- Watchers: 6
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# SoupBinTCP
SoupBinTCP implements NASDAQ SoupBinTCP 3.00 client and server on Node.
SoupBinTCP requires Node 18 or newer.
## Install
Install SoupBinTCP:
```
npm install soupbintcp
```
## Usage
See the [examples](examples) and the [reference documentation][documentation].
[documentation]: doc/soupbintcp.md
## License
Copyright 2017 Jussi Virtanen.
Released under the Apache License, Version 2.0. See `LICENSE.txt` for details.