scastie VS go-kit

Compare scastie vs go-kit and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
scastie go-kit
10 32
423 26,088
0.2% 0.5%
8.5 3.8
23 days ago 6 days ago
Scala Go
Apache License 2.0 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.

scastie

Posts with mentions or reviews of scastie. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-24.
  • How to select union type branch in a for comprehension?
    2 projects | /r/scala | 24 Jun 2023
  • Free Monads from Scratch
    1 project | news.ycombinator.com | 29 May 2022
    From personal experience Scala also works. It's 100% possible to learn monads using https://scastie.scala-lang.org/ as a scratch pad.
  • Scastie now blocks russian IPs
    2 projects | /r/scala | 7 May 2022
  • New to Scala
    1 project | /r/scala | 20 Dec 2021
    Instead I typically use https://scastie.scala-lang.org, or an ammonite script, or just create a new file that extends App in my test directory. The thing that worksheets do better is that you can import things from your project (like the little app in the test dir) but they also show runtime values (like repl or scastie). However I've just never gotten them to actually work.
  • I've entered a state of helplessness while learning scala
    2 projects | /r/scala | 7 Dec 2021
  • Switching to a Scala position soon, where should I start?
    2 projects | /r/scala | 3 Dec 2021
    I strongly recommend you play around with the local Scala REPL. I have Scala 2.13 on my main dev computer and Scala 3 on my other computer. The local REPL will let you know when things are deprecated and give you hints as to what you should use instead. Scastie https://scastie.scala-lang.org/ can also be a big help.
  • Scala or Go: Who Wore It Better?
    7 projects | dev.to | 6 Sep 2021
    Operationally, as you might expect from a language borne from academia, Scala tooling can be problematic and compilation can be slow--particularly if you are not yet using Scala 3, which only recently emerged and is very slowly percolating through the ecosystem (Remember the Python 2 to Python 3 transition?). But type inference, a vast standard library, and the time-tested reliability of the JVM make you very productive once you get the hang of them. Performance varies with the JVM you're running, but regardless you do have to contend with the size of compiled objects and the latency of garbage collection at runtime. When you want to experiment, you can skip the ceremony of writing a class or test and instead use a command-line REPL, an online REPL called Scastie you can share, or an outstanding third-party command-line REPL called Ammonite. Dependency management is achieved with SBT typically but also more general JVM build tools like Gradle and Maven.
  • I just rebuilt Tour of Scala from scratch - let me know what you think
    2 projects | /r/scala | 19 Jul 2021
    I am using https://scastie.scala-lang.org/ which does compile server side in Scala. The UI is a bit hard to handle tho.
  • The future of Scaladoc
    3 projects | /r/scala | 8 Mar 2021
    https://github.com/scalacenter/scastie#how-do-i-embed-scastie

go-kit

Posts with mentions or reviews of go-kit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-03.
  • PHP to Golang
    9 projects | /r/golang | 3 Jun 2023
    https://github.com/go-kit/kit
  • GoLang — Simplifying Complexity “The Beginning”
    9 projects | dev.to | 27 May 2023
    . Web backend (with various frameworks available) . Web Assembly (one of them is vugu framework) . Microservices (some frameworks: Go Micro, Go Kit, Gizmo, Kite) . Fragments services (Term mentioned by @jeffotoni in a microservices discussion group) . Lambdas (FaaS example) . Client Server . Terminal applications (using the tview lib) . IoT (some frameworks) . Bots (some here) . Client Applications using Web technology . Desktop using Qt+QML, Native Win Lib (example Qt, Qt widgets, Qml) . Network Applications . Protocol applications . REST Applications . SOAP Applications . GraphQL Applications . RPC Applications . TCP Applications . gRPC Applications . WebSocket Applications . GopherJS (compiles Go to JavaScript)
  • go-kit VS Don - a user suggested alternative
    2 projects | 15 Mar 2023
  • Microservices: GoLang in a Spring Cloud architecture
    2 projects | dev.to | 9 Feb 2023
    To implement service discovery in our GoLang microservice we will use GoKit, a toolkit for microservices that provides support to auth, log, service discovery, tracing and more. For this starter code the mod already installed, you can skip this step
  • What's the best dependency injection framework / methodology for Golang for the enterprise?
    7 projects | /r/golang | 21 Dec 2022
    My company uses go-kit
  • Best up-to-date Golang book
    2 projects | /r/golang | 14 Dec 2022
    For reference my company Go projects are built with (go-kit)[https://gokit.io/] design patterns.
  • FRAMEWORKS IN GOLANG.
    4 projects | dev.to | 1 Nov 2022
    5. kit. The kit framework is a programming toolkit for building robust, reliable, and maintainable microservices in Golang. It is a collection of packages and best practices that offer businesses of all sizes a thorough, reliable, and trustworthy way to create microservices. Go is a fantastic general-purpose language, but microservices need some specialized assistance. As a result, the kit framework offers infrastructure integration, system observability, and Remote Procedure Call (RPC) safety. Golang is a first-class language for creating microservices in any organization thanks to its composition of numerous closely related packages that together form an opinionated framework for building substantial Service-Oriented Architectures (SOAs).It was created with interoperability in mind, and developers are free to select the platforms, databases, components, and architectural styles that best suit their needs. The disadvantage of using go-kit is that it has a high overhead for adding API to the service because of how heavily it relies on interfaces. Documentation Link: https://github.com/go-kit/kit
  • GitHub - gookit/ini: 📝 Go INI config management. support multi file load, data override merge. parse ENV variable, parse variable reference. Dotenv file parse and loader.
    2 projects | /r/golang | 16 Oct 2022
    At first I was confused but this GitHub user/org is completely different from the massively popular go-kit/kit https://github.com/go-kit/kit
  • Go Micro: a standard library for distributed systems development
    8 projects | news.ycombinator.com | 30 Sep 2022
    https://github.com/go-kit/kit#related-projects

    go-micro seems like it does a bit too much, like service discovery and balancing within the framework when that's likely better handled by an Envoy/Istio.

  • Real World Micro Services
    16 projects | news.ycombinator.com | 28 Sep 2022
    I think the more interesting aspect of this is the framework being used: https://github.com/micro/micro

    I haven't dug into it at all yet, but at a glance it looks like it's aiming to do something similar to what Go kit (https://gokit.io/) or Finagle (https://twitter.github.io/finagle/) does, where it gives you a nice abstraction for defining your "service" and then handles all the supplementary aspects (service discovery, serialization, retry/circuit breaker logic, rate limiting, hooks for logging, tracing, and metrics, etc) so you don't have to build those from scratch every time.

    I don't know if any of those other frameworks could really be considered very "successful" outside the original organizations they were built for (it seems like the industry has bet more on service meshes and API gateway products), but I'd probably be more inclined to start with one of them than making a new framework.

What are some alternatives?

When comparing scastie and go-kit you can also consider the following projects:

tour-of-scala - Tour of Scala - Scala classes

Gin - Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.

Scala.js - Scala.js, the Scala to JavaScript compiler

Echo - High performance, minimalist Go web framework

Hugo - The world’s fastest framework for building websites.

Fiber - ⚡️ Express inspired web framework written in Go

Akka - Build highly concurrent, distributed, and resilient message-driven applications on the JVM

kratos - Your ultimate Go microservices framework for the cloud-native era.

metabrowse - Static site generator for code search with IDE features for Scala

GoSwagger - Swagger 2.0 implementation for go

sbt - sbt, the interactive build tool

go-micro - A Go microservices framework