Giter Site home page Giter Site logo

chenlongwill / clevergo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from headwindfly/clevergo

0.0 2.0 0.0 128 KB

It is recommend to use https://github.com/go-gem/gem, CleverGo built in top of fasthttp, it is a simple, high performance and secure web framework for Go (go programing language).

Home Page: https://github.com/go-gem/gem

License: MIT License

Go 100.00%

clevergo's Introduction

CleverGo

It is recommend to use Gem framework.

Go Report Card GoDoc Build Status Coverage Status license GitHub release codebeat badge

👉 中文介绍

CleverGo is a simple, high performance and secure web framework for Go (golang programing language). It built on top of fasthttp.

  1. Features
  2. Performance
  3. Installation
  4. Documentation
  5. Middlewares
  6. Examples
  7. Contribution
  8. Actual Applications

Features

  • High performance
  1. CleverGo uses fasthttp instead of net/http, so it is more fast than net/http‘s frameworks.
  2. CleverGo's router - a high performance router.
  3. Simple architecture.
  4. No reflect.

Please refer to Go Web Framework Benchmark for getting more detail.

  • Simple

CleverGo's architecture is very simple, such as the Middleware and Handler.

  • Easy to use

We provides some examples below, see also Examples.

Back to top

Performance

Benchmark

Further information is available in Go Web Framework Benchmark.

Back to top

Installation

go get github.com/headwindfly/clevergo

Documentation

The documentations is not complete now, but we provided completed examples.

Back to top

Middlewares

Name Description Usage
Session Middlware Session Middleware Session Middlware
CSRF Middleware CSRF attack protection CSRF Middleware
JWT Middleware JSON WEB TOKEN Middleware JWT Middleware

Back to top

Examples

Name Description Usage
Basic Usage Basic Usage Basic Usage
Application Application Application
Middleware Middleware Middleware
Websocket Websocket Websocket
Session Session Session
RESTFUL API RESTFUL API Restful API
CSRF Middleware CSRF attack protection CSRF Protection
Captcha Captcha Captcha
JSON WEB TOKEN JSON WEB TOKEN JSON WBE TOKEN

More examples can be found at Examples.

Back to top

Contribution

  1. Fork this repository.
  2. Added your code on your repository.
  3. Send pull request.

Back to top

Relevant Packages

Most of packages can be found at https://github.com/clevergo.

Back to top

Actual Applications

How to add my application?

Fork and added your application in README.md and then send pull request.

Back to top

clevergo's People

Watchers

James Cloos avatar chenlong 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.