Understanding Node.js Event-Driven Architecture

Most of Node’s objects — like HTTP requests, responses, and streams — implement the EventEmitter module so they can provide a way to emit… Read more

Similar

Node.js Testing Web Server

Node.js Testing Web Server. Latest version: 0.9.1, last published: a day ago. Start using serverette in your project by running `npm i serverette`. There are no other projects in the npm registry using serverette. (more…)

Read more »

Node.js: Introducing http/2

At long last: The initial experimental implementation of HTTP/2. This is an accumulation of the work that has been done in the nodejs/http2 repository, squashed down to a couple of commits. The ori... (more…)

Read more »