miso
main branch is unstable, install miso with tags instead
Miso, yet another simple application framework. It's mainly a fun project for me to prove: 'yes, we can just write a framework ourselves.'.
Miso provides an opinionated way to write application, common functionalities such as configuration, service discovery, load balancing, log tracing, log rotation, task scheduling, message queue and so on, are all implemented in an opinionated way. You can use miso to write almost any kind of application, but it's mainly a backend framework.
The overall target is to make it as small and simple as possible, backward compatibility may break in future releases.
Include miso in your project
Install a specific release of miso:
go get github.com/curtisnewbie/miso@v0.1.19
Documentations
Projects that use miso
The following are projects that use miso (mine tho), see also moon-monorepo.