hyco-https (Azure Relay Hybrid Connections for Node.js HTTPS)
JSON →Version 1.4.5 of the hyco-https package for Azure Relay Hybrid Connections extends Node's built-in 'https' module to accept HTTPS requests via Azure Relay public endpoints. It re-exports all core https exports and adds server-side hybrid connection integration, allowing applications residing anywhere to receive HTTPS requests. The server behavior is completely overridden (cannot coexist with local https listening). Client functionality is unchanged. For frameworks like Express, explicit 'http' and 'hyco-https' requires are needed before loading the framework. Helper methods like createRelayListenUri and createRelayHttpsUri simplify URI creation with embedded tokens. Release cadence is infrequent (last update 2020). Differentiator: seamlessly replaces Node's https for hybrid cloud connectivity.