Top "Restify" questions

restify is a module for use with node.

Error: getaddrinfo ENOTFOUND in nodejs for get call

I am running a web server on node the code for which is given below var restify = require('restify'); var …

node.js mongodb backbone.js express restify
mongoError: Topology was destroyed

I have a REST service built in node.js with Restify and Mongoose and a mongoDB with a collection with …

node.js mongodb mongoose restify pm2
Difference between response.send and response.write in node js

I have written a small API which uses the Node js "restify" framework. This API receives a request (actually anything …

javascript node.js restify
Why should I use Restify?

I had the requirement to build up a REST API in node.js and was looking for a more light-weight …

node.js express restify
passport.js RESTful auth

How does one handle authentication (local and Facebook, for example) using passport.js, through a RESTful API instead of through …

node.js rest authentication restify passport.js
How can I support cors when using restify

I have a REST api created with the restify module and I want to allow cross-origin resource sharing. What is …

node.js cors restify
RESTify on Node.js POST body / json

I am in need of help. I am POSTing json data to my node server. The node server is using …

json node.js restify
Serving static files with restify

I am learning to use Node.js. Currently, I have a folder structure that looks like the following: index.html …

node.js restify
How to parse/read multiple parameters with restify framework for Node.JS

Scenario: We developer are trying to replace a web service (written in C#.Net) with Node.JS Restful API. Issue: …

node.js query-string request.querystring querystringparameter restify
Is there a way to log every request in the console with restify?

I'm using restify to build an API, and I'm used to express. Is there a way to have restify log …

node.js express restify