Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/01alchemist/as-multithreading-boilerplate

Node.js + AssemblyScript Multithreading Boilerplate
https://github.com/01alchemist/as-multithreading-boilerplate

Last synced: about 1 month ago
JSON representation

Node.js + AssemblyScript Multithreading Boilerplate

Awesome Lists containing this project

README

        

# Node.js + AssemblyScript Multithreading Boilerplate

⚠️ Warning : 🔥 This is an experimental code, not ready for production 🔥

This repo contains minimal boilerplate code for AssemblyScript multithreading with shared memory on Node.js

## Setup

### Clone

```bash
git clone [email protected]:01alchemist/as-multithreading-boilerplate.git
```

```bash
cd as-multithreading-boilerplate.git
```

### Install

```bash
yarn install
or
npm install
```

### Compile AssemblyScript

```bash
yarn asbuild
or
npm run asbuild
```

### Run

```bash
yarn start
or
npm run start
```