Issue
I have a server and client architecture, both are written in node js. Now we introduced a android client. How to modify the server code to handle both nodejs and android client?. It will be great, if you point out any example. I have been advised to use interface?. Is it an effective methodology?.
Solution
Design Factory pattern really helps me to resolve my issue. I got a reference for java ref
Answered By - Naveen Kumar Answer Checked By - Dawn Plyler (PHPFixing Volunteer)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.