Top "Restify" questions

restify is a module for use with node.

CORS configuration with Restify

I'm seeing that the access-control-allow-origin header is by default being set to a wildcard whenever I do an HTTP GET …

node.js cors restify
How to make a clean architecture for RestAPI on NodeJs

I'm thinking to move some REST Services to NodeJS. The only thing I'm worry about is the architecture of this …

node.js api rest architecture restify
How to avoid fast memory increase during scavenge gc?

I have an application built on restify. I have no memory leaks, however I have big memory growth during scavenge …

node.js memory garbage-collection restify node-inspector
The consequences of not calling next() in restify

I've been using Restify for some time now. I ran across some code that lacks next() and it occurred to …

node.js restify
How to change the default error output in restify

Is there any way that I can change the default error output? Say I'm going to change the rest error …

node.js restify