March 2017
Intermediate to advanced
821 pages
18h 21m
English
Seneca is a Node.js framework for creating server-side applications using microservices architecture with monolithic core.
Earlier, we discussed that in microservices architecture, we create a separate service for every component, so you must be wondering what's the point of using a framework for creating services that can be done by simply writing some code to listen to a port and reply to requests. Well, writing code to make requests, send responses, and parse data requires a lot of time and work, but a framework like Seneca makes all this easy. Also, converting the components of a monolithic core to services is also a cumbersome task as it requires a lot of code refactoring, but Seneca makes it easy by ...
Read now
Unlock full access