How can I host a perl based website on a vps?

This page summarizes the projects mentioned and recommended in the original post on /r/perl

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • mojo

    :sparkles: Mojolicious - Perl real-time web framework (by mojolicious)

  • If you choose to go down the Mojolicious road, there's lots of deployment information and guides in the Mojolicious Cookbook.

  • SukakuExplainer

    Modification to Sudoku Explainer (SE) by Nicolas Juillerat to accommodate Sukaku (Pencilmark) Sudoku puzzles

  • The most complex function is handling the hint generation. Because I'm not smart enough to code the hint generation myself, the hard work is done using a Java tool called Sukaku Explainer which I use to generate one complete solution path for the whole puzzle in HTML. My Perl functions feed a queue of requests into a single instance of the Java program (my 1GB VPS couldn't handle more than one). The HTML is then munged into JSON like this for consumption by the frontend. The JSON is also saved to a file, so that if two people ask for hints for the same puzzle Nginx can directly return the contents of that file - that way the function only gets called if the file does not already exist.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
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

  • Mojolicious

    1 project | news.ycombinator.com | 11 Feb 2024
  • Perl 5.38 Released

    4 projects | news.ycombinator.com | 3 Jul 2023
  • Mojo may be the biggest programming language advance in decades

    1 project | /r/perl | 4 May 2023
  • Getting the result/reject values from a Mojo::Promise using async subs

    2 projects | /r/perl | 23 Mar 2023
  • Guidance on Building a Web Application in Perl

    4 projects | /r/perl | 9 Mar 2023