Skip to content

alexwine36/NextJS-WASM-and-WebWorkers

Repository files navigation

Contributors Forks Stargazers Issues MIT License LinkedIn


NextJS WASM and Web Workers

An example project comparing computation speed with Web Workers and WASM


View Demo · Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

🚀 NextJS WASM and Workers - Compare efficiency of offloading tasks on the web!

This repository contains a NextJS application that is able to run web workers and WASM on the server and client. For quick comparison, functions calculate fibonacci numbers.

Key Features:

  • ⚡️ Monorepo using Moonrepo
  • 💻 NextJS bundling web workers and wasm
  • 💡 Web worker using web assembly

Contribution:

  • 🎉 Contributions are welcome!

Let's build something amazing together! ✨

Built With

This section should list any major frameworks/libraries used to bootstrap your project. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.

Next React Rust Moon Wasm

(back to top)

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Install moon - instructions

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Clone the repo
    git clone https://github.com/alexwine36/NextJS-WASM-and-WebWorkers.git
  2. Initialize Moon
    moon setup
  3. Run development server
    moon :dev

(back to top)

Roadmap

See the open issues for a full list of proposed features (and known issues).

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Alex Wine

Project Link: https://github.com/alexwine36/NextJS-WASM-and-WebWorkers

(back to top)

Acknowledgments

Use this space to list resources you find helpful and would like to give credit to. I've included a few of my favorites to kick things off!

(back to top)

About

Small repo demonstrating integration of WASM and Web Workers in NextJS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published