Coder Social home page Coder Social logo

sifawm / angular-cli-web-worker Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kaikcreator/angular-cli-web-worker

1.0 1.0 0.0 878 KB

example on how to configure web workers in angular CLI

TypeScript 42.13% JavaScript 49.98% CSS 3.52% HTML 4.37%

angular-cli-web-worker's Introduction

WebWorkersFactorial

This is an example on how to update and Angular project (generated with angular-cli) in order to use Web Workers.

The example is a CPU intensive factorial calculator client that compute 50 factorial numbers starting by the number introduced in the form.

Do you wanna see it in action? Check the demo

In this repo you will 2 dev branches:

  • master: the web workers version
  • single-threaded: the single threaded version

Install

Each branch require their own dependencies.

You can install them using: npm install

Update code from single-threaded to web workers scenario

If you want to try by yourself:

  1. move to single-threaded branch
  2. Run ng eject to generate the webpack 2 file
  3. Run a diff with master branch in order to understand the changes.

Development server (single threaded)

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Development server (web workers)

Run npm start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the -prod flag for a production build.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.