FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

TypeScriptSamples/node/README.md at master · andelsmoke/TypeScriptSamples · GitHub

Latest commit

 

History

History
18 lines (14 loc) · 308 Bytes

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

Back | FazBrowse Home | New Git URL