Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 13 days 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 (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-06-17T13:29:45.000Z (7 months ago)
- Last Synced: 2024-06-26T11:26:34.384Z (6 months ago)
- Topics: evo, framework, go, golang
- Language: Go
- Homepage: https://getevo.github.io/evo-ng/
- Size: 231 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 6
-
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
[![CodeQL](https://github.com/getevo/evo-ng/actions/workflows/codeql-analysis.yml/badge.svg)](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.xWhile 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 ...