Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 308 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 308 Bytes

TypeScript Sample: Node.js

Overview

This sample implements a very basic node.js application using TypeScript

Running

For HttpServer

tsc --sourcemap --module commonjs HttpServer.ts
node HttpServer.js

For TcpServer

tsc --sourcemap --module commonjs TcpServer.ts
node TcpServer.js