选择typescript的缘由很简单,它出自Delphi、C#之父Anders Hejlsberg之手。对于熟悉java的开发者来讲,能够继承以前的后端开发的基本概念,好比DI。java
npm install -g typescript
vim hello.ts console.log("hello world!")
运行node
tsc hello.ts node hello.js
或者合二为一typescript
ts-node hello.ts
typescriptlangnpm