Skip to content

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

Notifications You must be signed in to change notification settings

iansu/tls-socket-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TLS Socket Example

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

Usage

  1. Clone this repo
  2. Generate certificates: npm run generate:certs -- <password>
    • The password you use doesn't really matter
  3. Start the server: npm run start:server
  4. Start the client: npm run start:client

About

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

Resources

Code of conduct

Security policy

Stars

Watchers

Forks