Skip to content

CleverGO is a simple, high performance and secure web framework for Golang. This project aims to become a powerful web development tool and make developer easily to build a high-performance, secure and stronger web application.

License

273562081/clevergo

 
 

Repository files navigation

CleverGO

CleverGO is a simple, high performance and secure web framework for Golang. This project aims to become a powerful web development tool and make developer easily to build a high-performance, secure and stronger web application.

Build Status GoDoc Join the chat at https://gitter.im/clevergo/clevergo

Features

  • High Performance

  • Middleware You also can call it as blocker or filter. Built-in middlewares: CSRF Middleware (Avoid Cross-site request forgery attack), JWT Middleware (Authenticating by JSON WEB TOKEN)

  • Simple

  • Secure

  • JWT Support JSON WEB TOKEN

  • Restful Support Restful API, but it does not provide built-in support for version control, you also can implement this easily if necessary.

  • Session

  • Log

  • Cache

Official Website

https://headwindfly.com The official website is setting up(base on CleverGo), it will be officially launched next week.

Documentation

Coming soon, it will be released on the official website, please continue to focus on.

Examples

Note that: The examples have been added to TODO list, coming soon.

  • [Base Example]
  • [Multiple Domains Server]
  • [JSON WEB TOKEN]
  • [Session]
  • [Log]
  • [Cache]
  • [Middleware]

About

CleverGO is a simple, high performance and secure web framework for Golang. This project aims to become a powerful web development tool and make developer easily to build a high-performance, secure and stronger web application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%