What is the Difference of Angle JS to NodeJS?
Which is the most used?
Is there a tutorial you recommend to anyone who is starting to teach a CRUD in each of them?
You are experiencing the following error:
'ionic' is not recognized as an internal command
or external, operable program or batch file.
But this command appears only in cmder, at the node.js prompt I installed it works "normal".
When creat...
I need a method or api that sends sms for free, it can be from my same tim number (I have sms plan), I searched and just found some easy to use payments. I am preparing for a university hackathon and I need to produce this to have a differential...
My controller does not send data to my router when my Model is being exported into the application and I do not know why this happens.
controller.js
var Model = require('../models/dado.js');
exports.listaDados = function(req, res) {...
How do I stop a Node.JS application?
For example, in PHP we have something like this:
exit;
Or:
die('Mensagem.');
Is there any way to stop the Node application like this, without having to use Ctrl + C ?
In the relational model, when using SQL we have to pay attention to SQL Injection in our application.
In Redis and MongoDB, what care should I take when building a database query?
Remembering that I'm using NodeJs, but I think it applies t...
I have a problem in a chat that uses NodeJS + ExpressJS + Socket.IO.
There are no problems in the local environment. However, when I put it into production I'm having problems with CSS's and JS's.
I open the page in Chrome, check the Network tab...
Good morning everyone,
I come from the java world and am starting in NodeJS.
I'm having a hard time understanding how to work with dates and times in NodeJS.
Here is an example of the template I want to use:
export interface teste ex...
I have a query in NodeJS with MongoDB:
filter:['abertos','cancelados'];
schemas.chamados
.find({STATUS_CHAMADO : {"$in" : filter}})
.exec(function(err, dados) {
if(err) return callback(err);
else {
return c...