Throughout this chapter we are using restify as our tool to create REST-based interfaces to our microservices. However, it should be emphasized that this is just one approach to creating point to point connections to services.
Let's explore an innovative alternative in the form of a persistent TCP connection, combined with pattern based routing.
We'll start by copying the micro folder from the main recipe to a folder which we'll call micro-pattern-routing ...