jsworkerutils
Advanced tools
+11
-2
| { | ||
| "name": "jsworkerutils", | ||
| "version": "1.1.3", | ||
| "version": "1.1.4", | ||
| "description": "Helper class that improves the the loading processes, an implementation of multithreaded JS # Development Guide ## About - This library is meant to be a node packaged module that optimize concurrent api requests and simplify as much as possible , the library should be able integrate with other javascript projects indepent of frameworks.", | ||
@@ -15,3 +15,12 @@ "main": "./dist/lib/index.js", | ||
| }, | ||
| "keywords": [], | ||
| "keywords": [ | ||
| "Webworkers", | ||
| "Parallel JS", | ||
| "Optimize HTTP Request", | ||
| "Javascript Multithreading", | ||
| "Es6", | ||
| "Asynchronous Javascript", | ||
| "HTTP Requests", | ||
| "Fetch" | ||
| ], | ||
| "author": "Felixson Yusuf Tosin <felixsonyusuftosin@gmail.com> (https://www.linkedin.com/in/felixsonyusuftosin/)", | ||
@@ -18,0 +27,0 @@ "license": "ISC", |
+2
-2
@@ -7,3 +7,3 @@ # flexloaders | ||
| - Runs multiple processes in parallel. | ||
| - Uses webworkers and targets es6, es2015, es5, Typescript | ||
| - Targets es6, es2015, es5, Typescript | ||
| - Primarily focuses on running multiple api request in parallel | ||
@@ -15,3 +15,3 @@ * On the client side | ||
| - Collaborators are welcome to fork this project please read the DevelopersREADME.md form guides | ||
| - Use Webworkers to optimize request time for multiple requests | ||
| - Optimize computational resource for running asynchronous requests | ||
| - For web applications that requires loading multiple resources this library will help optimize calls | ||
@@ -18,0 +18,0 @@ ## Use Case |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
33034
0.49%