Skip to content

Tag: node.js

Is Express.js platform-independent?

I’m just starting out with Express.js. In the official getting started guide, they showed the following basic code: The first parameter to app.get() is a forward-slash indicating the root directory. But the slash is a backward-slash in windows systems. Does express deal with these differences automatica…