I am building a platform which will have a web frontend and also REST APIs for Mobile clients using Node.JSWhat's the best approach to designing such an architecture?If I create two separate services for web and API, I will end up writing same business logic twice. If I merge both, then I fear it might end up being a mess.Most of the tutorials and articles on the web talk about either web or APIs only but not both together.
Submitted March 14, 2017 at 06:29AM by zeal_kaiser
No comments:
Post a Comment