Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added one Useful Link #33

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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