Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidkhala/node-utils
nodejs utils
https://github.com/davidkhala/node-utils
axios crypto csv github-api grpc nodejs nodejs-utils pm2 websocket
Last synced: 27 days ago
JSON representation
nodejs utils
- Host: GitHub
- URL: https://github.com/davidkhala/node-utils
- Owner: davidkhala
- License: apache-2.0
- Created: 2018-10-30T05:28:38.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T12:16:06.000Z (3 months ago)
- Last Synced: 2024-10-13T01:09:34.051Z (about 1 month ago)
- Topics: axios, crypto, csv, github-api, grpc, nodejs, nodejs-utils, pm2, websocket
- Language: JavaScript
- Homepage:
- Size: 1.97 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-utils
nodejs utils to be published to npm as node_module## Notes
- [NPM notes](./npm.md)
- [jsDoc notes](./jsdoc.md)
- [TypeScript notes](./typeScript.md)
- TLS options:
- [Nodejs 11+] `minVersion` set the minimum TLS version to allow. ['TLSv1.2', 'TLSv1.1', 'TLSv1']. Cannot be specified along with the secureProtocol option. It is not recommended to use less than TLSv1.2. Default: 'TLSv1'.
- `secureProtocol` The TLS protocol version to use. [Option list:`secureProtocols`](./main/baseApp.js). It is not recommended to use TLS versions less than 1.2. Default: none
- node-gyp rebuild require `make` and `g++`