Here's a basic outline of the server using a rest api. I think the best action is to parse an input that has the BDB syntax, and convert it into REST syntax so that it can be transferred via the api that then translates it back the BDB syntax, and then executes it. I know it seems weird, but this way it has the capability to use the REST api from other sources and also gives us a shell to work with.
Here's a basic outline of the server using a rest api. I think the best action is to parse an input that has the BDB syntax, and convert it into REST syntax so that it can be transferred via the api that then translates it back the BDB syntax, and then executes it. I know it seems weird, but this way it has the capability to use the REST api from other sources and also gives us a shell to work with.