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

TypeScriptSamples/node at master · bur/TypeScriptSamples · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

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