An open API service indexing awesome lists of open source software.

https://github.com/iansu/tls-socket-example

An example of creating a TLS socket server and client in Node.js
https://github.com/iansu/tls-socket-example

Last synced: about 2 months ago
JSON representation

An example of creating a TLS socket server and client in Node.js

Awesome Lists containing this project

README

        

# TLS Socket Example

An example of creating a TLS Socket server and client in Node.js

## Usage

1. Clone this repo
1. Generate certificates: `npm run generate:certs -- `
- The password you use doesn't really matter
1. Start the server: `npm run start:server`
1. Start the client: `npm run start:client`