0 votes
in Mean Stack by
What are the two sorts of API works in Node.js?

1 Answer

0 votes
by

The two kinds of API that work in Node.js are

  1. Asynchronous, non-blocking capacities
  2. Synchronous, blocking capacities
...