Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benStre authored Sep 21, 2023
1 parent 96b465c commit 095d8fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Example: Threads

This repository demonstrates the concepts of **Single-Threading** and **Multi-Threading** based on [DATEX](https://datex.unyt.org) on the example of calculating the digits of PI and creating a [TOR vanity address](https://community.torproject.org/onion-services/advanced/vanity-addresses/).
This repository demonstrates the concepts of type-safe **Multi-Threading** based on [DATEX](https://datex.unyt.org) and Web Workers.
In this demo, we are calculating the digits of PI and creating a [TOR vanity address](https://community.torproject.org/onion-services/advanced/vanity-addresses/).


## Installation
Expand All @@ -13,7 +14,7 @@ This repository demonstrates the concepts of **Single-Threading** and **Multi-Th
```
3. Run the project local
```bash
$ uix -wlb --port 8000
$ uix -l --port 8000
```
4. Navigate to your favourite web browser and open http://localhost:8000 to see everything in action.

Expand Down

0 comments on commit 095d8fe

Please sign in to comment.