https://github.com/samt/dtls
pure javascript implementation of dtls
https://github.com/samt/dtls
Last synced: 5 months ago
JSON representation
pure javascript implementation of dtls
- Host: GitHub
- URL: https://github.com/samt/dtls
- Owner: samt
- License: mit
- Created: 2020-10-15T08:19:32.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T08:27:24.000Z (over 5 years ago)
- Last Synced: 2025-08-09T04:59:29.575Z (11 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![NPM Version][npm-image]][npm-url]
# dtls
Zero dependency, pure JavaScript tmplementation of [dtls](https://en.wikipedia.org/wiki/Datagram_Transport_Layer_Security).
## installation
```
$ npm install --save dtls
```
## license
[The MIT License](/samt/dtls/blob/master/LICENSE)
[npm-image]: https://img.shields.io/npm/v/dtls
[npm-url]: https://www.npmjs.org/package/dtls