Explore >> Select a destination


You are here

mherman.org
| | tannerdolby.com
8.6 parsecs away

Travel
| | To create a Node.js application, you need a web server, a request, a router, and request handlers. Frameworks like Express.js speed up development by providing a robust set of features to build web applications and APIs.
| | danielpecos.com
3.5 parsecs away

Travel
| | Example of how to implement and document (inline within the source code) a REST API using Node.js, Express and Swagger
| | feorlen.org
8.4 parsecs away

Travel
| |
| | yos.io
162.6 parsecs away

Travel
| You're building a REST API. You develop an API backend with a few endpoints and deploy it to production. You publish several official language-specific API clients as well as an API documentation. Your API announces its public release; other developers start using it. Your day ends on a happy note. The following day, you want to add a new feature to your API. You notice that you have to do a few things: Update the server implementation to support the new feature. Update the client libraries (one for each supported platform and language.) Update the documentation. All the above must be consistent with each other. You let out a heavy sigh.