# calling itk from javascript in nodejs (without using C++)

**URL:** https://discourse.itk.org/t/calling-itk-from-javascript-in-nodejs-without-using-c/4783
**Category:** Uncategorized
**Created:** [February 3, 2022, 1:18pm UTC](https://discourse.itk.org/t/calling-itk-from-javascript-in-nodejs-without-using-c/4783 "2022-02-03T13:18:13Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![vincenzoml](https://discourse.itk.org/user_avatar/discourse.itk.org/vincenzoml/32/1055_2.png) [@vincenzoml](https://discourse.itk.org/u/vincenzoml)
#### Post date: [February 3, 2022, 1:18pm UTC](https://discourse.itk.org/t/calling-itk-from-javascript-in-nodejs-without-using-c/4783/1 "2022-02-03T13:18:13Z")

</div>

I would like to use some itk filters server-side from nodejs. I would like if possible to avoid writing bits of the code in C++. The web site of itk-wasm seems to only document the process of using C++. Is there a javascript wrapper that I can call directly?

---

<div class="post-metadata">

### Author: ![dzenanz](https://discourse.itk.org/user_avatar/discourse.itk.org/dzenanz/32/1093_2.png) [@dzenanz](https://discourse.itk.org/u/dzenanz)
#### Post date: [February 3, 2022, 2:19pm UTC](https://discourse.itk.org/t/calling-itk-from-javascript-in-nodejs-without-using-c/4783/2 "2022-02-03T14:19:25Z")

</div>

@matt.mccormick could answer this.

---

<div class="post-metadata">

### Author: ![matt.mccormick](https://discourse.itk.org/user_avatar/discourse.itk.org/matt.mccormick/32/7_2.png) [@matt.mccormick](https://discourse.itk.org/u/matt.mccormick)
#### Post date: [August 23, 2022, 12:20am UTC](https://discourse.itk.org/t/calling-itk-from-javascript-in-nodejs-without-using-c/4783/3 "2022-08-23T00:20:52Z")

</div>

We are working towards auto-generated filter itk-wasm WebAssembly modules. Please subscribe to this issue:

> <https://github.com/InsightSoftwareConsortium/itk-wasm/issues/616>
>
> Leverage ITK's wrapping infrastructure.

to track.
