Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bcoin-org/budp
UDP wrapper for node.js
https://github.com/bcoin-org/budp
Last synced: 6 days ago
JSON representation
UDP wrapper for node.js
- Host: GitHub
- URL: https://github.com/bcoin-org/budp
- Owner: bcoin-org
- License: other
- Created: 2018-03-09T18:16:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T19:10:44.000Z (over 5 years ago)
- Last Synced: 2024-10-13T08:53:32.379Z (about 1 month ago)
- Language: JavaScript
- Size: 21.5 KB
- Stars: 2
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# budp
UDP wrapper for node.js.
## Usage
``` js
const dgram = require('budp');
```## 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.