node-isomorphic-fetch

Isomorphic WHATWG Fetch API, for Node & Browserify
  https://github.com/matthew-andrews/isomorphic-fetch/issues
  0
  no reviews



This adds fetch as a global so that its API is consistent between client and server.

This requires an ES6 Promise compatible polyfill, like es6-promise.

Node.js is an event-based server-side JavaScript engine.