mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06:00
===== TypeScript Sample: Node.js ===== === Overview === This sample implements a very basic node.js application using TypeScript === Running === For HttpServer tsc --module commonjs HttpServer.ts node HttpServer.js For TcpServer tsc --module commonjs TcpServer.ts node TcpServer.js