Software Alternatives & Reviews

Hosting Your Own Vendordep?

ExpressJS Certbot
  1. Sinatra inspired web development framework for node.js -- insanely fast, flexible, and simple
    Pricing:
    • Open Source
    An easy way to serve is to create an express.js server, that responds to a request with a static serve to a JSON file that you either generated or hand created. Once again I don't know if their is a nifty way to generate the file itself via maven, or if its something you need to hand construct.

    #JavaScript Framework #Node.js Framework #Web Frameworks 425 social mentions

  2. Automatically enable HTTPS on your website with EFF's Certbot, deploying Let's Encrypt certificates.
    Rather than supporting HTTPS via express, I tend to cheat and throw an nginx server in front of whatever backend I'm using and use letsencrypt certbot to get my certificates.

    #Web Servers #Software Development #Load Balancers 105 social mentions

Discuss: Hosting Your Own Vendordep?

Log in or Post with