TypeScript topic

TypeScript is an open source programming language developed by Microsoft and first released in 2012. It is designed to add type safety to JavaScript while conforming as closely as possible to the syntax and semantics of the ECMAScript standard.

It is a syntactical superset of the JavaScript programming language; all valid JavaScript source code is also valid TypeScript source code, but not vice-versa. TypeScript compiles (or transpiles) to JavaScript, meaning that it can be utilized to target any JavaScript environment. It can be used to develop JavaScript for both client-side and server-side applications.

List TypeScript repositories

logto

5.0k
Stars
164
Forks
26
Watchers

🧑‍🚀 Logto helps you build the sign-in, auth, and user identity within minutes. We provide an OIDC-based identity service and the end-user experience with username, phone number, email, and social sign...

domain-driven-hexagon

8.2k
Stars
771
Forks
165
Watchers

Learn Domain-Driven Design, software architecture, design patterns, best practices. Code examples included

pipedream

5.1k
Stars
3.7k
Forks
165
Watchers

Connect APIs, remarkably fast. Free for developers.

type-challenges

33.1k
Stars
3.5k
Forks
135
Watchers

Collection of TypeScript type challenges with online judge

backend-best-practices

555
Stars
45
Forks
Watchers

Best practices, tools and guidelines for backend development. Code examples in TypeScript + NodeJS

full-stack-application-example

46
Stars
11
Forks
Watchers

An example of a simple full-stack application. Using NodeJS + NestJS, React + SASS, MongoDB, NX monorepo, etc.

deno

87.9k
Stars
4.7k
Forks
1.5k
Watchers

A modern runtime for JavaScript and TypeScript.

deno_docker

722
Stars
88
Forks
Watchers

Latest dockerfiles and images for Deno - alpine, centos, debian, ubuntu