Giter Club home page Giter Club logo

dawn's Introduction

This project is archived, please move to go-dawn/dawn.

Dawn

Dawn is an opinionated web framework that provides rapid development capabilities. It provides basic services such as logging, configuration, fiber extension, gorm extension, and event system.

The core idea of โ€‹โ€‹Dawn is modularity. High-level business modules can invoke low-level modules, such as databases and so on.

Each module needs to implement its own two core methods of Init and Boot, and then register it in Sloop. General business modules need to implement its Register Routes method to register routes and provide http services.

The modules should be based on the principle of not recreating the wheel, and directly provides the original structure and method of the dependent library.

The libraries currently used are

Notice

This project is still under development, please do not use it in a production environment.

Why dawn?

Tribute to the first episode of one piece romance dawn. Let us set sail towards romance with the sloop.

dawn's People

Contributors

kiyonlin avatar

Stargazers

 avatar

Watchers

 avatar  avatar

dawn's Issues

๐Ÿš€ Hot reload option for dev

Describe the solution you'd like

It is an option of Sloop called HotReload.

HotReload accept parameters like

  • Extensions []string
  • WorkDir string
  • Delay time.Duration

Based on fsnotify to watch files.

๐Ÿš€ Add daemon feature to dawn.

Describe the solution you'd like
Add daemon feature to dawn. Get options from global config.

Additional context
When daemon is enabled, dawn app can restart itself automatically when it crashes.

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.