A
A
Alexander2018-07-22 11:28:09
CMS
Alexander, 2018-07-22 11:28:09

What are the best NodeJs CMS/frameworks to extend?

Usually CMS is suggested to be used as is. Here is the box, add menus, articles and enjoy. But if the task is to make a site on Node Js, then you need some kind of frame element - a framework or CMS, from which it is easier to build on. So the question arises - what is easier to build on? Or do not fool around, but make an app server on Node JS, and a php-based site?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexey Shashenkov, 2018-07-22
@teknik2008

If you don’t have experience creating with 0 basic elements (connect ORM, authentication, authorization, build REST or GRAPHQL), then you can take ready-made solutions strapi , eggjs . Immediately, I advise you to look so that the control does not go through callbacks, but through promises (async / await), otherwise you will have to promisify everything later, so that it is convenient to write code. As you said, koa is a nice clean framework to start with, on top of which you can build a good application. As a base, I will advise postgres - there is relationality and json. If it’s not a big project, then take a monga, it’s also well suited for this.

A
Anubis, 2018-07-22
@Anubis

Koa

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question