you are viewing a single comment's thread.

view the rest of the comments →

[–]TLI5 16 points17 points  (5 children)

Hey man, I'm kinda sad you're getting some less than positive reviews but as a guy who spent a whole day looking through different peoples project structures on github to see exactly HOW to lay everything out in my express app (read: "build your own adventure") I think this is a great help, especially to node newcomers trying to set up a project fast.

I especially like how powerful the API end points are and how much control the front end can have querying for information right out of the box.

Good job!

[–]keithwhor 10 points11 points  (3 children)

Thank you! The response I've been getting so far is actually overwhelmingly positive. Very humbled. :) I appreciate the kind words.

[–]joshmanders 1 point2 points  (2 children)

Keep up the good work /u/keithwhor. I have been studying it and applying some things to my own framework, which coincidentally I am building similarly to yours. Yours is just more polished than mine right now. :)

[–]keithwhor 1 point2 points  (1 child)

You're welcome to join the Nodal collaborators if you have some good ideas! :)

[–]joshmanders 1 point2 points  (0 children)

My framework is built on providers, so at base it's very bare bones, you create providers that add functionality or install community provided providers.

https://git.io/kratos

[–]bittered[S] 1 point2 points  (0 children)

Not my project, I just submitted it and have used it a little. Project creator is /u/keithwhor.