Skip to content
This repository was archived by the owner on Mar 10, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ A Joey is a baby Kangaroo. Wasm-joey is a **portable**, **flexible**, **lightwei
<img src="images/wasm-joey-tiny.jpg">
</p>

Wasm-joey is written in Node.js. It is easy to set up and deploy. All configuration is stored in the application's base directory. It can be deployed on any machine that can run Node. It's continual operation is performed via HTTP requests and responses. This means that developers, end users and even computer-code itself can easily manage and execute WebAssembly code in a number of ways (including but not limited to) [Javascript (XMLHttpRequest)](https://www.w3schools.com/xml/xml_http.asp), [jQuery(ajax)](https://api.jquery.com/jquery.ajax/), [Curl (command line/shell)](https://curl.haxx.se/docs/httpscripting.html#POST) or any HTTP REST client such as [Postman](https://www.postman.com/).
Wasm-joey is written in Node.js. It is easy to set up and deploy. All configuration is stored in the application's base directory. It can be deployed on any machine that can run Node. It's continual operation is performed via [HTTP](https://www.scaler.com/topics/hypertext-transfer-protocol/) requests and responses. This means that developers, end users and even computer-code itself can easily manage and execute WebAssembly code in a number of ways (including but not limited to) [Javascript (XMLHttpRequest)](https://www.w3schools.com/xml/xml_http.asp), [jQuery(ajax)](https://api.jquery.com/jquery.ajax/), [Curl (command line/shell)](https://curl.haxx.se/docs/httpscripting.html#POST) or any HTTP REST client such as [Postman](https://www.postman.com/).

# Documentation
For more information, please see [the documentation section](documentation).
Expand Down