My experiment in creating a good-performing alternative to ReactJS in Go

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

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
  • hlive

    HLive is a server-side WebSocket based dynamic template-less view layer for Go.

  • Poking through the repo at https://github.com/SamHennessy/hlive now. It's particularly interesting to me because I wanted to write a virtual DOM for something that did serverside rendering and clientside via WASM. I wanted to be able to parse a template language much like jsx or Angular templates for a delcarative syntax. A friend of mine I worked with years ago and I set up a 3 day hackathon. We went through some design work, decided we didn't have time in our lives to take on a project like this, and settled on using Go's html templating. I tried to reuse a lot of the concepts using a two pass method (since you can't hook into the parsing but can always register DOM listeners) thinking I could accept a little inefficiency in exchange for a lot less work. Finally, the weekend was over. We had some interesting ideas collected with some innovative new thoughts on state management, but he dove into his next project using Vue instead, and I haven't had time to continue.

  • 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

  • GitHub - ndabAP/ping-pong: Retro game pong written in Go and Websocket as transport

    1 project | /r/golang | 6 Jun 2023
  • Possible frameworks/languages for a web/mobile application

    2 projects | /r/webdev | 29 May 2023
  • Websocket memory usage

    8 projects | /r/golang | 24 May 2023
  • WebSocket library for Go – gobwas/ws – Release v1.2.0

    1 project | news.ycombinator.com | 10 Apr 2023
  • Release v1.2.0 · gobwas/ws - WebSocket library for Go.

    3 projects | /r/golang | 10 Apr 2023