Skip to content

nika-framework/nika

Repository files navigation

Nika

Nika is a modern backend framework for Go, designed for scalability, clean architecture, and developer productivity.

Documents

Click me

example

package main

import (
	"fmt" 
	"github.com/nika-framework/nika" 
)

func main() { 
	app := nika.NewApp()

	rootModule := src.NewAppModule()
	app.LoadModule(rootModule)

	port := "3001"
	fmt.Printf("🚀 ٔNika is running on http://localhost:%s\n", port)
	app.Listen(":" + port)
}

run docs

mkdocs serve

About

No description, website, or topics provided.

Resources

License

Stars

1 star

Watchers

0 watching

Forks

Packages

 
 
 

Contributors

Languages