Reputation: 646
I'm building a series of web applications to use in a small business. We will be using laravel framework to build these applications. The first app will manage users, authentication and authorization for all future applications. I have 2 doubts:
Thanks in advance.
Upvotes: 3
Views: 631
Reputation: 86
It sounds like you are building a micro service architecture if you follow this methodology there is no reason your apps or services even have to be written in the same language as long as they and all interact using RESTful services.
More reading: http://martinfowler.com/articles/microservices.html
Upvotes: 1