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

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -