Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bcoin-org/btcp
TCP wrapper for node.js
https://github.com/bcoin-org/btcp
Last synced: 6 days ago
JSON representation
TCP wrapper for node.js
- Host: GitHub
- URL: https://github.com/bcoin-org/btcp
- Owner: bcoin-org
- License: other
- Created: 2017-11-02T14:34:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-09-19T10:58:08.000Z (about 1 year ago)
- Last Synced: 2024-09-19T09:48:17.228Z (about 2 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 3
- Watchers: 7
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# btcp
TCP wrapper for node.js.
## Usage
``` js
const net = require('btcp');
```## Contribution and License Agreement
If you contribute code to this project, you are implicitly allowing your code
to be distributed under the MIT license. You are also implicitly verifying that
all code is your original work. ``## License
- Copyright (c) 2017, Christopher Jeffrey (MIT License).
See LICENSE for more info.