Giter Club home page Giter Club logo

bongo's Introduction

Bongo Web Framework

Your go-to web framework for perfectionists on a tight schedule.

What is Bongo?

Bongo is a web application framework the provides all the essential components, allowing you build without worrying about the little things.

Quickstart

package main

import "github.com/bontusss/bongo/v1"

func main() {
    app := bongo.New()
	
	app.Router.Get("/", handler)
	app.Serve()
}

Bongo has an inbuilt cli that bootstraps and sets up initial up your project structure for you.

$ bongo new mysite

NB: This project is actively under development and V1 is neither finished, tested or released!

Features and stacks

Version 1 will stand on the shoulder of giants to implement most core features. I started this project to have full grasp on golang and fully understand how the web works. Version 2 will have custom implementations for these core features.

  • Router and middlewares Chi
  • Configuration => Bongo new command creates a project directory for your app with a default app config in the .env file in the projects root folder.
  • Logging => The built-in logger is zap with lumberjack.
  • Templating engine => Currently supports Go templates and Jet templates.
  • Database => Will support Sqlite, Postgres, mysql and mariadb
  • Internalization
  • Forms
  • Sessions and cookies scs
  • Emailing
  • Caching
  • CLI
  • Validation
  • Admin interface
  • ORM
  • Docs

Contributing

This repo is currently not accepting code PRs. If you want to help out with documents, It'll be a pleasure to work with you.

License

MIT

bongo's People

Contributors

bontusss avatar

Stargazers

martin nkemakolam avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.