GoBook - POC of a Go REPL in browser using Go Live View Library and zero JavaScript

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. golive

    Discontinued ⚡ Live views for GoLang with reactive HTML over WebSockets 🔌

    GoLive Repo https://github.com/brendonmatos/golive

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. redwood

    A highly-configurable, distributed, realtime database that manages a state tree shared among many peers. (by brynbellomy)

    This reminds me of this sync state protocol called braid: https://github.com/brynbellomy/redwood

  4. yaegi

    Yaegi is Another Elegant Go Interpreter

    How are you doing the REPL? Are you adding each line to .go file and then compiling it? Are you using yaegi (https://github.com/traefik/yaegi)?

  5. gobook

    Simple in Pure Go in Browser Interactive Interpreter

    Yes, using yaegi! Take a look at https://github.com/brendonmatos/gobook/blob/19035ba7796db69a60670deeab486b491c0b6477/components/book.go#L41

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

  • What frontend libraries do exist in Go?

    7 projects | /r/golang | 10 Nov 2021
  • Looking for early feedback on my new Phoenix LiveView inspired project.

    8 projects | /r/golang | 27 Aug 2021
  • GoBook - Go Live View library PoC (https://github.com/brendonferreira/gobook)

    2 projects | /r/golang | 11 Jan 2021
  • golang + sse + Data-Star for real time sys stats

    5 projects | dev.to | 24 Mar 2025
  • GoNB, a new Jupyter Notebook Kernel for Go

    3 projects | /r/golang | 9 Feb 2023

Did you know that Go is
the 4th most popular programming language
based on number of references?