Tuesday, 13 August 2013

What does this 27017 stands for in the following code?

What does this 27017 stands for in the following code?

var employeeProvider = new EmployeeProvider('localhost', 27017);
What is this 27017?
This code is written in Node.js.

No comments:

Post a Comment