nodejs or typescript, or even both #3
davidkhala
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
TypeScript compiles to plain JavaScript so can be consumed just as easily by applications developed in TypeScript or plain JavaScript. What it does give you is:
Certainly you can use plain JavaScript and make everything work. However, my experience is that, if you are aiming to provide typing, it is actually less work and much more reliable to use TypeScript to start with. |
Beta Was this translation helpful? Give feedback.
1 reply
-
supplement
Then it introduces a sub-discussion, which test-framework should we used for node/ts implementation? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It has been a difficult problem for me that use nodejs or typescript, or both to write a SDK for community usage.
Beta Was this translation helpful? Give feedback.
All reactions