Help me figure out writing a webapp in Go and JavaScript, with Bazel

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

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

    NodeJS toolchain for Bazel.

  • It is probably possible to build Angular with ts_project(), however you'd need to manually manage the compiler (Angular has its own) and tsconfig (Angular needs special options). ts_library() does a lot of this for you, so I think it would probably be easier to use that than to force yourself onto ts_project(). The canonical Angular example uses ts_library() FWIW: https://github.com/bazelbuild/rules_nodejs/tree/master/examples/angular

  • My sample repo is here: https://github.com/katre/bazel-typescript-showcase/tree/extra-target

  • 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

  • Bazel jasmine_test issue

    1 project | /r/bazel | 24 Jul 2023
  • Advice on build scripts and tooling

    2 projects | /r/typescript | 21 Jan 2022
  • On Bazel Support

    1 project | dev.to | 2 Nov 2020
  • Developing in a Monorepo While Still Using Webpack

    1 project | news.ycombinator.com | 23 Dec 2020
  • Build native JVM binaries with Bazel: rules_graalvm

    1 project | news.ycombinator.com | 2 Jan 2024