framework

package module
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 21, 2025 License: MIT Imports: 5 Imported by: 0

README

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://go.microcore.dev

License

This project is licensed under the terms of the MIT License.

Copyright © 2025 Microcore

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL