framework
__ __ ___ ___ ___ ___ ___ ___ ___ ___
| \/ |_ _/ __| _ \/ _ \ / __/ _ \| _ \ __|
| |\/| || | (__| / (_) | (_| (_) | / _|
|_| |_|___\___|_|_\\___/ \___\___/|_|_\___|
Microcore is a high-performance, modular framework for building microservices in Go.

Install
go get go.microcore.dev/framework
Usage
package main
import (
"go.microcore.dev/framework/shutdown"
"go.microcore.dev/framework/transport/http/server"
)
func main() {
// Up http server
go server.New().Up()
// Graceful shutdown
shutdown.Wait()
}
Docs
https://microcore.dev/framework
License
This project is licensed under the terms of the MIT License.
Copyright © 2026 Microcore