• @FizzyOrange
    link
    125 days ago

    On the web I would stick entirely with Typescript. There are plenty of server side Typescript systems; you don’t need to resort to Python.

    Most recently I’ve been using Deno’s Fresh framework which is fantastic. Very easy to use and suitable for beginners IMO since you can start with traditional request per page & static templated responses - no complex state management.