Skip to content
AtomicReps

Navigation

16/30Backend

Node.js.

Server-side JavaScript runtime, event-driven I/O.

  • Node.js · 1 of 3

    HTTP Server & Routing

    What is the default port for HTTPS?

  • Node.js · 2 of 3

    Streams & Buffers

    What value does writable.write(chunk) return when the internal buffer exceeds its highWaterMark?

  • Node.js · 3 of 3

    Event Loop & libuv

    What kernel mechanism does libuv use on Linux to poll for I/O events?

Three of the 1,632 Node.js questions in the bank.

Keep going with Node.js, free
Next topic · 17/30NoSQL.