memory-cards / cards-exporter

https://cards-exporter.herokuapp.com/
MIT License
3 stars 0 forks source link

Choose framework #4

Closed Space647 closed 5 years ago

Space647 commented 5 years ago

As a framework, I suggest choosing Koa or Express. Links: https://expressjs.com/ https://koajs.com/

StolpnerA commented 5 years ago

@vvscode you said that Next work with express much good, am I wrong?

vvscode commented 5 years ago

@StolpnerA, in fact, it also works with koa https://medium.com/ninjadevs/node-7-6-koa-2-asynchronous-flow-control-made-right-b0d41c6ba570

For production, I would prefer express - much more modules and so on.

In this project - I'm ok about both. Or even about pure node.js code

vvscode commented 5 years ago

https://github.com/koajs/koa/blob/master/docs/koa-vs-express.md

vvscode commented 5 years ago

@Space647 @StolpnerA @zenby any updates/thoughts?

zenby commented 5 years ago

As for me I would leave express because I don't find any pros of using koa here. Moreover expess satisfies all our needs and I don't think that we should concentrate on discussion of this.

vvscode commented 5 years ago

Guys. This issue is almost a blocker for the rest of the work.

Let's vote till Sunday morning - for this comment - thumb up - keep as is, thumb down - change choice ( and give your proposal )

vvscode commented 5 years ago

I'm personally ready to try

A progressive Node.js framework for building efficient and scalable server-side applications on top of TypeScript & JavaScript (ES6, ES7, ES8) heavily inspired by Angular

https://nestjs.com/ https://github.com/nestjs/nest