-
Notifications
You must be signed in to change notification settings - Fork 12
Admin console
License
qor5/admin
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
QOR5 is a Go library to build web applications. We aim to accelerate the development speed and make the website highly customizable.
- It prefers writing HTML in static typing Go language, rather than a certain type of template language, Not even go template.
- It try to minify the needs to write any JavaScript/Typescript for building interactive web applications
- It maximize the reusability of Components. since it uses Go to write components, You can abstract component very easy, and use component from a third party Go package is also like using normal Go packages.