https://github.com/getevo/evo-ng
EVO-NG is the successor EVO which applies same idea but in different point of view. EVO was built to become an app engine, but EVO-NG has built to become versatile,flexible and highly customizable app engine.
https://github.com/getevo/evo-ng
evo framework go golang
Last synced: 12 months ago
JSON representation
EVO-NG is the successor EVO which applies same idea but in different point of view. EVO was built to become an app engine, but EVO-NG has built to become versatile,flexible and highly customizable app engine.
- Host: GitHub
- URL: https://github.com/getevo/evo-ng
- Owner: getevo
- License: other
- Created: 2021-11-12T00:11:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T13:27:46.000Z (about 1 year ago)
- Last Synced: 2025-03-29T02:51:31.761Z (about 1 year ago)
- Topics: evo, framework, go, golang
- Language: Go
- Homepage: https://getevo.github.io/evo-ng/
- Size: 228 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# EVO Next Generation
[](https://github.com/getevo/evo-ng/actions/workflows/codeql-analysis.yml)
EVO-NG is the successor EVO which applies same idea but in different point of view. EVO was built to become an app engine, but EVO-NG has built to become versatile,flexible and highly customizable app engine.
### Aims of NG:
- Treat golang as an interpreter language, yet it is compiled
- Highly customizable without sacrificing anything
- Reusable/Customizable painlessly
- Ready for scaled and distributed systems
- Yet high performance
## ⚠️ Important
EVO-NG works only with Go [modules](https://blog.golang.org/using-go-modules). `GOPATH` mode is likely to break most of the functionality of the EVO-NG eco-system.
Also, the EVO-NG actively gives support to the last 2 versions of Go, which at the moment are:
- 1.16.x
- 1.17.x
While EVO-NG `may` work on older versions, we encourage you to upgrade to latest 2 versions of Go for a better development experience.
Loading please wait ...