Goxygen lets you create modern web projects with Go, React and MongoDB in seconds.
Ok, tonight I'll bring more detailed descriptions and make first steps (I am in GMT+2).
I am also planning to translate README to different languages. I'll handle Ukrainian, Russian and, if I manage to, German.
If you have a desire to translate it to any other language I will gladly accept them. Just add a translated README to the ./.github/
folder, for instance ./.github/README_de.md
for German. Later I'll link all together so that a reader will be able to navigate from one language to another.
.js
extension is a probably confusing, but it has nothing to do with the front end. It is just that MongDB uses JS as a query language.
I note nobody is working on the cli now(is any?), I am going to work on it
I notice
--vue
, --react
and --angular
would not make it much complex.gcc
to compile, etc (I am not sure though if https://github.com/urfave/cli requires them).Do u think supporting Redis by default is good idea.
I think supporting Redis might be an option. Though I don't think it should be by default.
In what way do you think we can apply it in projects generated by Goxygen?
Redis is often introduced to a web project when there is a need to cache something and all the other approaches do not lead to performance improvements. But this usually happens on later stages of a project and always require careful assessment.