https://github.com/kbismark/concurrentjs
Bring concurrency to the web. Perform JavaScript tasks in parallel on the browser.
https://github.com/kbismark/concurrentjs
Last synced: over 1 year ago
JSON representation
Bring concurrency to the web. Perform JavaScript tasks in parallel on the browser.
- Host: GitHub
- URL: https://github.com/kbismark/concurrentjs
- Owner: KBismark
- License: mit
- Created: 2023-07-26T04:39:01.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-12T05:39:28.000Z (almost 3 years ago)
- Last Synced: 2025-01-23T16:09:27.607Z (over 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# concurrentjs
Bring concurrency to the web. Perform JavaScript tasks in parallel on the browser.
## The Idea
The idea is to create a tool, or a system or a library that can facilitate concurrent programming in JavaScript on the web. I'm not really certain what it would be particullarly. It would help perfom most of the JavaScript blocking tasks in our applications. if possible, could help reduce page sluggish and unresponsiveness affecting user experience on websites or web apps. It seems not really needed or neccessary at the moment though, I want to try it anyways.