remote-standalone VS Soccer

Compare remote-standalone vs Soccer and see what are their differences.

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
remote-standalone Soccer
2 3
0 0
- -
10.0 9.5
over 10 years ago 5 months ago
JavaScript TypeScript
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

remote-standalone

Posts with mentions or reviews of remote-standalone. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-12.
  • HTML First – Six principles for building simple, maintainable, web software
    13 projects | news.ycombinator.com | 12 Nov 2023
    I published this article on Template Animation (aka DOM Templating) 12 years ago:

    https://benkoworks.com/your-templating-engine-sucks-and-ever...

    It fits nicely with this goal. My colleagues and I created a tool that allows HTML developers to work in HTML by compiling HTML using a Chrome extension, and then allowing developers to compile the same in their code platform of choice and operate on the DOM:

    https://github.com/iaindooley/Fragmentify

    https://github.com/iaindooley/fragmentify-js

    Even if you're doing a SPA you can use this same method, by sending updates over the wire and doing the processing on the server. We created a standalone package that facilitated that by loading the initial page from the server then transparently allowing the server to send just the changes to the page and having them applied on the client side:

    https://github.com/dgrinton/remote-standalone

    The combination of "remote" and "fragmentify" and Template Animation/DOM Templating, in my opinion, would be a tremendous "retreat to move forward" in web development technologies.

  • We're breaking up with JavaScript front ends
    18 projects | news.ycombinator.com | 10 Dec 2022
    Many years ago a colleague and I wrote a stand-alone version of a package for my own arcane php framework called Remote.

    The idea was that you write in Web 1.0 and immediately get a Web 2.0 front end because it just updates what it needs to.

    I still think this is the holy grail of frontends:

    https://github.com/dgrinton/remote-standalone

Soccer

Posts with mentions or reviews of Soccer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-12.
  • Ask HN: What apps have you created for your own use?
    212 projects | news.ycombinator.com | 12 Dec 2023
    A soccer tracking app for who is playing and who isn't and what positions.[^1] A weight tracking application.[^2] A time tracker for how many hours my daughter was driving.[^3] An app to help my wife randomly pick meals for the upcoming week.[^4] Logic (CLI) to organize finances with hledger. A back end to work with all my offline-first web apps (the first 3 apps).[^5]

    [^1]: https://github.com/jon49/Soccer

  • HTML First – Six principles for building simple, maintainable, web software
    13 projects | news.ycombinator.com | 12 Nov 2023
    I've successfully used this pattern (HTMX hypermedia style) to create an offline-first web app SPA[^1]. One of the pages is pretty dynamic and I wasn't sure if I would need a traditional front end library to work with it. But, nope, hypermedia to the win, it worked fine without a front end framework.

    To build it I used my own library called HTMF[^2]. I started out using mpa-enhancer[^3] but found that that pattern is a little to janky sometimes. I think reloading a page every time on every interaction uses too many resources for a browser especially when you use a phone that doesn't have as much power as a laptop.

    But overall I find the pattern very easy to use and keeps the complexity down.

    I think some of the issues with traditional SPAs is that they have a lot of state and state is nonlinear in complexity. But using templating systems makes the complexity more linear in nature.

    Also, I find libraries like React to be overly complex for what it does, see above. The way React works is just odd and counter intuitive. All for problems that are easy to solve. I do think there are places for a React-like library is needed but those are for websites that are inherently highly state-based. But most websites aren't state-based even ones that appear to be state-based at first.

    The websites I work on are usually just forms and forms are pretty powerful and can get you a long ways before you need to go outside of that paradigm.

    [^1]: https://github.com/jon49/Soccer

    [^2]: https://github.com/jon49/htmf

    [^3]: https://github.com/jon49/mpa-enhancer

  • Htmx, WebAssembly, Rust, ServiceWorker Proof of Concept
    12 projects | news.ycombinator.com | 16 Oct 2022
    I've created an offline-first web app which is based on service workers. I've created another one that could be pushed to the back end (like on Node.js) that would be just a straight MPA app. I guess both of them could be pushed to the back end if needed. Since I just use them for myself I don't worry about them not working without JS enabled. But I created HTMF, similar to HTMX but made to be a progressive enhancement from the get-go.

    https://github.com/jon49/Soccer \

What are some alternatives?

When comparing remote-standalone and Soccer you can also consider the following projects:

clace - Clace is a web app deployment platform for internal tools

submillisecond - A lunatic web framework

htmf - A minimalist partial html swapping library similar to HTMX and other libraries which create an MPA app and enhances it with a focus on HTML forms.

- - Hyphen - An elegant custom element base class

intercooler-js - Making AJAX as easy as anchor tags

yew-beyond-hello-world - yew rust tutorial

fragmentify-js - FragmentifyJs

WeightTracker - Back end for saving data for weight tracker.

unpoly - Progressive enhancement for HTML

axum-browser