webapp-tutorial

piku experiments with "build a web app fast" prototyping (by piku)

Webapp-tutorial Alternatives

Similar projects and alternatives to webapp-tutorial

  1. Dokku

    A docker-powered PaaS that helps you build and manage the lifecycle of applications

  2. Stream

    Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.

    Stream logo
  3. kamal

    Deploy web apps anywhere.

  4. clace

    Application server for deploying containerized web apps. Easily deploy internal tools across a team.

  5. piku

    The tiniest PaaS you've ever seen. Piku allows you to do git push deployments to your own servers.

  6. rupy

    HTTP App. Server and JSON DB - Shared Parallel (Atomic) & Distributed

  7. CapRover

    33 webapp-tutorial VS CapRover

    Scalable PaaS (automated Docker+nginx) - aka Heroku on Steroids

  8. terraform-hcloud-kube-hetzner

    Optimized and Maintenance-free Kubernetes on Hetzner Cloud in one command!

  9. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  10. epinio

    Opinionated platform that runs on Kubernetes, that takes you from App to URL in one step.

  11. dokku-acl

    Access Control List management for Dokku.

  12. go-stdlib

    OpenTracing instrumentation for packages in the Go stdlib

  13. Stack Up

    Super simple deployment tool - think of it like 'make' for a network of servers

  14. ground-init

    Install a Linux machine locally with something that is almost, but not quite, cloud-init

  15. dokku-builder-nix

    Dokku plugin to build images using Nix

  16. dokku-scheduler-kubernetes

    Scheduler plugin for deploying applications to kubernetes

  17. flux2

    Open and extensible continuous delivery solution for Kubernetes. Powered by GitOps Toolkit. (by kingdonb)

  18. metadataproxy

    A proxy for AWS's metadata service that gives out scoped IAM credentials from STS

  19. snare

    snare: GitHub webhooks daemon

  20. piku-bootstrap

    Bootstrap Piku onto a server

  21. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better webapp-tutorial alternative or higher similarity.

webapp-tutorial discussion

Log in or Post with

webapp-tutorial reviews and mentions

Posts with mentions or reviews of webapp-tutorial. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-06-09.
  • piku: The tiniest PaaS you've ever seen
    18 projects | news.ycombinator.com | 9 Jun 2024
    It's actually worth taking your joke seriously to compare and contrast:

    - piku deploys via git rather than scp/sftp, but authenticates via ssh like those tools

    - piku supports a number of runtimes, including Python, Ruby, Node, Go, Clojure. The runtimes are implemented rather simply, you can add your own rather easily, see examples here in the code: https://github.com/piku/piku/blob/8777cc093a062c67d3bead9a5d...

    - For each runtime, a mechanism is utilized to install and isolate package dependencies (requirements.txt in Python, Gemfile in Ruby, packages.json in Node, etc.)

    - a Procfile and ENV file are used to declare your application entrypoints, akin to Heroku / 12 Factor App ideas

    - a CLI is provided for checking status and logs from the client

    - since all applications are managed via uwsgi, there is also some support for cronjob-style tasks

    - HTTPS via Let's Encrypt (acme.sh) is handled automagically for web apps

    I describe more about how piku works in this tutorial:

    https://github.com/piku/webapp-tutorial?tab=readme-ov-file#b...

    You're right that PHP apps have a simple deployment story, and in a way piku brings something akin to this level of simplicity to other web programming runtimes.

  • Dokku – Free Heroku Alternative
    13 projects | news.ycombinator.com | 14 May 2022
    Also check out piku, especially if you are hosting Python or Node apps:

    https://github.com/piku/webapp-tutorial/blob/master/README.m...

    It is a way to get the same sort of developer experience benefit as dokku, but without dockers and containers, using plain UNIXy tools on a single Linux node. The above link explains how it works.

Stats

Basic webapp-tutorial repo stats
3
89
1.8
almost 4 years ago

Sponsored
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
getstream.io

Did you know that Makefile is
the 33rd most popular programming language
based on number of references?