https://github.com/marcopollacci/talk-web-workers-angular
Don’t Block the Main Thread: A Journey into Web Workers (with a Touch of Angular)
https://github.com/marcopollacci/talk-web-workers-angular
angular speaker talk web web-worker webday
Last synced: 5 months ago
JSON representation
Don’t Block the Main Thread: A Journey into Web Workers (with a Touch of Angular)
- Host: GitHub
- URL: https://github.com/marcopollacci/talk-web-workers-angular
- Owner: marcopollacci
- License: mit
- Created: 2025-01-27T21:28:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-17T08:35:44.000Z (about 1 year ago)
- Last Synced: 2025-04-17T21:03:27.213Z (about 1 year ago)
- Topics: angular, speaker, talk, web, web-worker, webday
- Language: HTML
- Homepage:
- Size: 5.98 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Don’t Block the Main Thread: A Journey into Web Workers (with a Touch of Angular)
### Formerly --> Web Workers in Angular: Multithreading without headache

Slides for talk about Web Workers and Angular
Originally conceived for [Web Day 2025](https://www.webdayconf.it/e/3584/Web-Day-2025) (in italian), Milan, 31/03/2025
### More Sessions:
- [BolognaJS](https://www.meetup.com/it-IT/bologna-js-meetup/events/307181216/) - Bologna, 16/04/2025
Built on top of [P-Slides](https://github.com/MaxArt2501/p-slides)!
# Url Slide
- [31/03/2025 - Web Day 2025](https://talk-web-workers-angular.pages.dev/web-day-2025/)
- [16/04/2025 - BolognaJS](https://talk-web-workers-angular.pages.dev/bologna-js/)
## Building
Node.js >= 10.x is required.
To start the presentation in development mode:
1. Clone the repository;
2. `bun i`
3. `npm start`
Or `npm run build` to just build it, then serve `/public` with your HTTP server of choice.
## Tests
