Country Code
  • Home
Sign in Subscribe

https

A collection of 2 posts
Deno WebSocketServer with HTTP API and EventSource Client
deno

Deno WebSocketServer with HTTP API and EventSource Client

Deno is an anagram of Node and is written by the same person, Ryan Dahl, not exactly a successor but a fresh approach. What we'll build. Essentially it's a WebSocket proxy, it will take existing WebSocket connections and pass events to the connected client if requested.
17 Nov 2023 5 min read
Run Web Application Over HTTPS
https

Run Web Application Over HTTPS

Sometimes you need to run your app locally and use HTTPS.  Below are steps that worked for me. Install http-server npm i -g http-server Create a local certificate and key openssl req -x509 -out localhost.crt -keyout localhost.key -newkey rsa:2048 -nodes -sha256 -subj '/CN=localhost' -extensions
15 Oct 2023 1 min read
Page 1 of 1
Country Code © 2025
Powered by Ghost