implicit-sdk 0.1.15

Creator: codyrutscher

Last updated:

Add to Cart

Description:

implicitsdk 0.1.15

implicit SDK
Implicit SDK is a new generation of software development tools where you no longer need to write code to build or to consume any server-side APIs (such as SOAP APIs, RESTful API, GraphQL, gRPC, etc..)
All you need to do is just to write any functions in your server-side that needs to be accessiable from the client-side and the implicit SDK generates a JavaScript module that contains the same functions with the same names, parameters documentation, and return value and when the client side developer uses any of these functions, they automatically invoke the corresponding function in the server side and returns a promise that when resolved, it returns the value returned by the function on the server side.
Implicit SDK doesn't only make the work easier for the software developer but also for the machine. Because it automatically manages the communication between clients and the server to enhance performance. For example, if the client script triggered multiple function calls at the same time, it will automatically merge them into one request to the server.
Supported server-side programming languages

PHP
Python
JavaScript (Under development)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.