A
A
axelvagabund2015-05-06 15:46:49
Blogs
axelvagabund, 2015-05-06 15:46:49

Is it difficult to write your blog in nodejs?

Hello, is it difficult to write something like a blog, on nodejs, using the framework (according to the info on the website) express ?
The blog itself is needed more for practice, and it can’t be called a full-fledged blog, just displaying / editing / deleting articles from the database, comments, and the admin panel in the form of manipulations with the interface and the content itself.
PS I myself have a poor idea of ​​​​how to implement this on nodejs, so if it's not difficult, please give something like an explanation / explanation).

Answer the question

In order to leave comments, you need to log in

4 answer(s)
T
Timur Shemsedinov, 2015-05-06
@axelvagabund

A blog is, of course, a solvable task for a node, but this niche is already occupied by other languages ​​and frameworks, so blogs are rarely written on a node, for more details, see this answer of mine about what is better to write on a node, what makes sense and what does not: What can be written in Node.js?
My advice to you, learn the platform first, watch the video tutorials here https://learn.javascript.ru/nodejs-screencast try your skills in practice here nodeschool.io and choose a ready-made engine for blogs here https://github.com/sindresorhus/ awesome-nodejs
Making a blog could mean:
1. Take a blog engine and make a blog on it
2. Write a blog engine and make a blog on it
Making a blog on a bare express is almost the same as making a blog on a bare node in general, this is only possible if you are already a professional and understand what you are doing well. Otherwise, you need to follow the first option and take everything ready, here is another place where you can look for it ready: nodeframework.com
For example: https://ghost.org/ or hexo.io

I
Ilya Kantor, 2015-05-07
@iliakan

By the way, the site https://learn.javascript.ru recommended above is written in Node.JS (more precisely, io.js). There are no difficulties, but, as always in real projects, there are many, many details.

P
Philipp, 2015-05-06
@zoonman

Take the free course https://university.mongodb.com/courses/M101JS/about and you will be taught how to blog on node and mong.

M
Mikhail Osher, 2015-05-06
@miraage

howtonode.org/express-mongodb

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question