Giter VIP home page Giter VIP logo

jin's Introduction

jin

license stars issues forks go version

The jin is a simplified version of the gin web framework that can help you quickly understand the core principles of a web framework.

If this project is helpful for you, please star the project, thank you!!!

Functions

  • Support GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS
  • Querystring parameters
  • JSON, XML rendering
  • Multipart/Urlencoded Form
  • Get the parameters in Path
  • Grouping routes
  • Middleware
  • Template
  • Panic Recover
  • Set and get a cookie
  • Upload single file
  • Upload multiple files
  • Redirects
  • A simple logger

Usage

jin is built step by step, and I have used git tag to manage every milestone version. You can view all important version by typing the command git tag, and get the version you want by typing the command git checkout <tagname>. You can view more details by checking commit logs.

Example:

$ git tag
step1-a-simple-framework
step2-add-the-context-for-framework
step3-dynamic-routing
step4-router-group
step5-middleware
step6-HTML-template
step7-panic-recovery

$ git checkout step1-a-simple-framework

Diagrams

Class Diagram

class diagram

Request-handling process

request-handing process

Contributions

Any contribution you make are greatly appreciated.

Lisence

GPL-2.0

Thanks

This project is based on geektutu's gee-web. That's a wonderful project.I suggest you reading this bolg first.

jin's People

Contributors

uncle-lv avatar

Watchers

 avatar  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.