50l3rOriginal post
Rank 1: Thread
Hi all,
There's a way to develope AppWrite Functions with Typescript? I don't know if i can do this with node-appwrite package.
Summary
Solution: Yes, you can develop AppWrite Functions with Typescript using the `node-appwrite` package. To test your function before deployment, you can use the `node-sdk` inside Typescript, which has full support for it. Extracting function logic into a separate function allows you to test it independently and call it within the main endpoint when deployed.