JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2479
  • Score
    100M100P100Q117045F
  • License MIT

A port of the tls module for the browser.

Package Exports

  • tls-browserify

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tls-browserify) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

tls-browserify

tls module for Browserify, using forge.

Works well with net-browserify, but can be used with other net libraries too (even the native one).

Supported APIs:

  • tls.TLSSocket: a secure socket
  • tls.connect(): connect to a remote server using TLS