Dark Mode

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

A blazing fast and lightweight web framework for Go.


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


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

About

Fast, minimal & developer-first Golang web framework | Built for speed & simplicity

Topics

Resources

Readme

License

MIT license

Stars

Watchers

Forks

Packages

Contributors