angularjs - Framework independent JavaScript service API -
currently, developing rest service backend business application. responses server in json format. problem is, don't have frontend team working on project yet, , don't know framework used (best candidate angularjs, possible angular4 or reactjs, vanilla js/jquery app).
i should write service layer in javascript handles usage of api, frontend developers won't need bother it.
the question is, there standard way write such service in javascript (which compatible of js frameworks)?
maybe matters.: server side spring boot spring data jpa , spring data rest.
Comments
Post a Comment