Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/01alchemist/as-multithreading-boilerplate
- Owner: 01alchemist
- License: mit
- Created: 2019-04-04T07:58:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-30T19:53:12.000Z (over 1 year ago)
- Last Synced: 2024-04-28T06:14:04.107Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 64.5 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```