node-dtls
JavaScript DTLS implementation for Node.js
File Explorer
Download Latest Version (.zip)- client.js
- send_throughput.js
- server.js
- throughput.js
- DtlsCertificate.js
- DtlsChangeCipherSpec.js
- DtlsClientHello.js
- DtlsClientKeyExchange_rsa.js
- DtlsExtension.js
- DtlsFinished.js
- DtlsHandshake.js
- DtlsHelloVerifyRequest.js
- DtlsPlaintext.js
- DtlsPreMasterSecret.js
- DtlsProtocolVersion.js
- DtlsRandom.js
- DtlsServerHello.js
- DtlsServerHelloDone.js
- DtlsServerKeyExchange.js
- index.js
- Packet.js
- PacketSpec.js
- certificate.pem
- .jshintrc
- Buffer.js
- ClientHandshakeHandler.js
- HandshakeBuilder.js
- openssl.js
- Packets.js
- PacketSpec.js
- prf.js
- SecurityParameterContainer.js
- SecurityParameters.js
- SequenceNumber.js
- .editorconfig
- .gitignore
- .jshintrc
- .travis.yml
- BufferBuilder.js
- BufferReader.js
- Certificate.js
- certificateUtilities.js
- CipherInfo.js
- ClientHandshakeHandler.js
- dtls.js
- DtlsRecordLayer.js
- DtlsServer.js
- DtlsSocket.js
- HandshakeBuilder.js
- index.js
- KeyContext.js
- LICENSE
- package.json
- prf.js
- README.md
- SecurityParameterContainer.js
- SecurityParameters.js
- SequenceNumber.js
- ServerHandshakeHandler.js
# Installation Guide
1. Get the code
git clone https://github.com/Rantanen/node-dtls
Downloads the entire project code from GitHub to your computer.
cd node-dtls
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
