An open API service indexing awesome lists of open source software.

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

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.