/
Node.js - example asynchronous API
Node.js - example asynchronous API
Node.js took the implementation of Javascript in the Chromium browser (the open source version of Chrome) and made it into a back end server platform.
Everything runs with one event loop and all the I/O calls are asynchronous - aka non blocking.
, multiple selections available,
Related content
Javascript in browser - example of non-blocking asynchronous APIs
Javascript in browser - example of non-blocking asynchronous APIs
More like this
Handling large amounts of data with sockets and an event loop
Handling large amounts of data with sockets and an event loop
More like this
What problems are there with asynchronous programming?
What problems are there with asynchronous programming?
More like this
Blocking vs. Non Blocking Calls
Blocking vs. Non Blocking Calls
More like this
What are the core API needs for a socket API to enable non blocking sockets to be implemented?
What are the core API needs for a socket API to enable non blocking sockets to be implemented?
More like this
The socket C10K problem
The socket C10K problem
More like this