Follow this tutorial to run the platform.
The security is made at the data level and it is very versatile and flexible. It secures the data in a way that it will not leave the database if the user doesn’t have the explicit right to access it.
The visual presentation of the platform is very interesting, but there is more to it. It facilitates the development of services on any back-end that is able to receive an HTTP call and return a JSON structure.
With Butor Platform, you can develop web services, Ajax, back-end services (Java or others) based on the HTTP/JSON protocol. Many implementations can be used, as long as they support the HTTP/JSON technology.
Services developed in the Butor Platform, by default, can be synchronous or asynchronous with data streaming. You can request millions of records if you want, they will not accumulate, they will flow from the database to the client. You don’t even have to worry about it!
The Butor Platform has a built-in capability to return binary data. It makes it simple and fast to develop a service to download binary files.
Butor Platform allows any back-end component to send a notification to another component, including the front end of a web application .
All the Butor Platform components are HA-Ready. You can have many instances for any web application.