An open API service indexing awesome lists of open source software.

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)

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

![wakatime](https://wakatime.com/badge/user/2729ac0c-0ebb-4599-b424-3a6648627bff/project/5eff7b3f-f4e5-4094-b0b9-c5b8dc9e1255.svg)

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

![meme-there-is-no-test-production-only-there-is.jpg](https://i.postimg.cc/9Q477w17/meme-there-is-no-test-production-only-there-is.jpg)