Skip to content

Commit

Permalink
Website: Updated latest news with Node threads and Electron example
Browse files Browse the repository at this point in the history
  • Loading branch information
FunctionPoint committed Jan 1, 2025
1 parent b91dc01 commit df25fb7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Website/web/News/NewsTable.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,19 @@
<tr>
<td>
<p class="newsTitle">SmallJS latest news
<span class="newsDate">10-Nov-2024</span>
<span class="newsDate">1-JAN-2025</span>
</p>

<p><b>Examples</b><br>
- Web Workers example app added!<br>
&nbsp&nbsp Web Workers enable development of multi-threaded web apps.<br>
- Electron: Split up Node and Browser compilation to prevent class name clashes.
</p>

<p><b>Library</b><br>
- Minimal Web Workers support added, only to support the example app.<br>
- Web Workers minimal support added, only to support the example app.<br>
- Node Worker threads support added, with example test.<br>
&nbsp&nbsp Enables development of multi-threaded Node.js apps.<br>
</p>

<p><b>Website</b><br>
Expand Down

0 comments on commit df25fb7

Please sign in to comment.