TypeScript/samples/node/README.txt
2014-07-12 15:32:26 -07:00

14 lines
298 B
Plaintext

===== 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