Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

coderianx/flint

Repository files navigation

Flint Logo

Flint

A blazing fast and lightweight web framework for Go.

Docs

Telegram Channel

Telegram Turkey Channel

X

YouTube


⚡️ What is Flint?

Flint is a simple and minimal backend framework written in Go, made for fast API development with clean structure and easy usage.

🐾 Flinex

Flint Mascot

🚀 Quick Start

go get github.com/coderianx/flint
package main
import "github.com/coderianx/flint"
func main() {
 app := flint.NewServer()
 app.Handle("/", func(ctx flint.Context) {
 ctx.String("Hello from Flint!")
 })
 app.Run(":8080")
}

📄 License

This project is licensed under the MIT License - see the LICENSE file for details.

Built with ❤️ using Go

AltStyle によって変換されたページ (->オリジナル) /