MRSK: Deploy Web Apps Anywhere

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • SonarLint - Clean code begins in your IDE with SonarLint
  • Revelo Payroll - Free Global Payroll designed for tech teams
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • traefik-dockerized

    Dockerized Deployment of Traefik 2

  • b3cmd-server

    Nice, this reminds me of something from a few years ago:

    https://github.com/mikew/b3cmd-server

  • Onboard AI

    Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.

  • b3cmd

    Nice, this reminds me of something from a few years ago:

    https://github.com/mikew/b3cmd-server

  • traefik

    The Cloud Native Application Proxy

    I'm one of the many who hadn't heard of Traefic until MRSK mentioned it. The marketing seems very (overly?) targetted at cloud microservices and container-specific tech[1]. Is that just marketing, or is it really not a good fit for monoliths on bare-metal?

    [1] https://github.com/traefik/traefik

  • kubernetes

    Production-Grade Container Scheduling and Management

    inline coding == BAD company, very opinionated everything. but you better to use: https://kubernetes.io/ because they are good people. /s

  • tilix

    A tiling terminal emulator for Linux using GTK+ 3

    A terminal had to change the name from Terminix to Tilix due to trademark issues, even though one is a terminal and the other is a pest killer.

    https://github.com/gnunn1/tilix/issues/815

  • distroless

    🥑 Language focused docker images, minus the operating system.

    I find Docker running a full Linux userspace a little bloated. Thankfully there are distroless base images(https://github.com/GoogleContainerTools/distroless). Haven't done service dev in a while, so I don't really have experience with this, but it looks promising.

  • SonarLint

    Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.

  • hyper-express

    High performance Node.js webserver with a simple-to-use API powered by uWebsockets.js under the hood.

    Yeah I’m personally of the opinion that the performance loss for regular web services is worth it 99% of the time. RAM is cheap, human time is not.

    That said I definitely believe your characterization of resource hunger between nginx and traefik.

    You are the second person to mention using websockets for requests in as many days… How do you deal with scale out? Sticky cookie routing seems like almost a requirement if you don’t want to deploy a redis-alike.

    Also just out of curiosity, do you use hyper-express[0]?

    [0]: https://github.com/kartikk221/hyper-express

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts