durkes

↗ HN profile [ 41.3 ms ] full profile
Karma
6
Created
December 16, 2022 (3y ago)
Submissions
0
  1. I am excited to share my latest creation: a powerful yet super simple Node.js reverse proxy server that forwards HTTP requests to a specified port based on the request host header / domain. I use this for running…

  2. I built this pubsub module because I wanted a simple solution that uses only node. Why did I want pubsub? I wanted to build a complex app but segregate it into microservices that work together through event messages. I…