E
E
entze2012-12-09 11:44:00
PHP
entze, 2012-12-09 11:44:00

Need a simple framework or templating engine to create an interface to a RESTful service?

There is a RESTful service. I would like to create an unpretentious web interface for working with it based on a simple and understandable framework or template engine. For example, here is the list item template, here are the rows of the table. We specify the data for the request, we scatter the values ​​​​in the list or cells of the table. The result is collected in the browser or on the server. Because the main task is to deal with the service itself, and not delve into the creation of the interface.
It is clear that there are enough ready-made template engines and frameworks. The question is that you can advise a fairly simple and well-documented with the right examples.
Perhaps there is some kind of visual solution a la studio - I threw controls, connected - I got the result.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
dshvechikov, 2012-12-09
@entze

I am now twisting with my restful this js template engine handlebarsjs.com/ . Nice syntax, template precompilation

K
Kirill Boldyrev, 2012-12-09
@usetester

ExtJS

_
_ _, 2013-11-26
@AMar4enko

Another AngularJS + ngTable + Restangular solution.
Pagination + sorting + table filter will be out of the box if you agree with the server API.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question