Hi need an advice on which technologies adopt for a project with the follow requirements:
B2B multi-user browser app. Talking about a multi-functional app: we need it for internal corporate use (a complicated admin panel) and for B2B customer that wants a view on analytics data (graphs, pies, search, trends, etc.)
We are 3 developers, so far we used some OO PHP with jQuery for AJAX and HTML5/CSS for rendering. No framework adopted, but we’re evaluating some.
Should we completely separate backend logic from front-end? I mean RESTful API and let’s say a JS framework for the front-end, or it would be quite hard?
We’re open to “new” technologies, could you please provide come cutting edge approach in 2016? Our time-window is more or less 6-9 months.