A new generation for client-server communication.
Project description
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)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file implicit-sdk-0.1.15.tar.gz
.
File metadata
- Download URL: implicit-sdk-0.1.15.tar.gz
- Upload date:
- Size: 13.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.21.0 requests-toolbelt/0.8.0 tqdm/4.19.7 CPython/3.9.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9e3716eafe70f0839a87f4d0dc9085ccf91d6c3a861c005cef9837214e8295be |
|
MD5 | 04e5007c3a13a228e4b8257a0fd1e65e |
|
BLAKE2b-256 | 372b9bdde7edcb39abdc088eaefeba11a5a119a2881f4ce478494ccf06e67577 |