From 632b45af62ea5d5323cc8f025a1fd4c4daef1bcd Mon Sep 17 00:00:00 2001 From: Subin Lee Date: Wed, 5 Jul 2023 22:59:17 +0900 Subject: [PATCH] docs(): replace HTTP with HTTPS on readme --- Readme.md | 2 +- packages/common/Readme.md | 2 +- packages/core/Readme.md | 2 +- packages/microservices/Readme.md | 2 +- packages/platform-express/Readme.md | 2 +- packages/platform-fastify/Readme.md | 2 +- packages/platform-socket.io/Readme.md | 2 +- packages/platform-ws/Readme.md | 2 +- packages/testing/Readme.md | 2 +- packages/websockets/Readme.md | 2 +- readme_jp.md | 6 +++--- readme_kr.md | 6 +++--- readme_zh.md | 6 +++--- sample/25-dynamic-modules/README.md | 4 ++-- sample/26-queues/README.md | 4 ++-- sample/27-scheduling/README.md | 4 ++-- sample/28-sse/README.md | 4 ++-- sample/31-graphql-federation-code-first/gateway/README.md | 4 ++-- .../posts-application/README.md | 4 ++-- .../users-application/README.md | 4 ++-- sample/32-graphql-federation-schema-first/gateway/README.md | 4 ++-- .../posts-application/README.md | 4 ++-- .../users-application/README.md | 4 ++-- 23 files changed, 39 insertions(+), 39 deletions(-) diff --git a/Readme.md b/Readme.md index 8f0600017..2fd7760b7 100644 --- a/Readme.md +++ b/Readme.md @@ -23,7 +23,7 @@ ## Description -Nest is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript, is built with TypeScript (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming). +Nest is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript, is built with TypeScript (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).

Under the hood, Nest makes use of Express, but also, provides compatibility with a wide range of other libraries, like e.g. Fastify, allowing for easy use of the myriad third-party plugins which are available.

diff --git a/packages/common/Readme.md b/packages/common/Readme.md index 65f66b06d..ae5f5d382 100644 --- a/packages/common/Readme.md +++ b/packages/common/Readme.md @@ -23,7 +23,7 @@ ## Description -Nest is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript, is built with TypeScript (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming). +Nest is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript, is built with TypeScript (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).

Under the hood, Nest makes use of Express, but also, provides compatibility with a wide range of other libraries, like e.g. Fastify, allowing for easy use of the myriad third-party plugins which are available.

diff --git a/packages/core/Readme.md b/packages/core/Readme.md index 65f66b06d..ae5f5d382 100644 --- a/packages/core/Readme.md +++ b/packages/core/Readme.md @@ -23,7 +23,7 @@ ## Description -Nest is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript, is built with TypeScript (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming). +Nest is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript, is built with TypeScript (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).

Under the hood, Nest makes use of Express, but also, provides compatibility with a wide range of other libraries, like e.g. Fastify, allowing for easy use of the myriad third-party plugins which are available.

diff --git a/packages/microservices/Readme.md b/packages/microservices/Readme.md index 65f66b06d..ae5f5d382 100644 --- a/packages/microservices/Readme.md +++ b/packages/microservices/Readme.md @@ -23,7 +23,7 @@ ## Description -Nest is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript, is built with TypeScript (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming). +Nest is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript, is built with TypeScript (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).

Under the hood, Nest makes use of Express, but also, provides compatibility with a wide range of other libraries, like e.g. Fastify, allowing for easy use of the myriad third-party plugins which are available.

diff --git a/packages/platform-express/Readme.md b/packages/platform-express/Readme.md index 65f66b06d..ae5f5d382 100644 --- a/packages/platform-express/Readme.md +++ b/packages/platform-express/Readme.md @@ -23,7 +23,7 @@ ## Description -Nest is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript, is built with TypeScript (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming). +Nest is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript, is built with TypeScript (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).

Under the hood, Nest makes use of Express, but also, provides compatibility with a wide range of other libraries, like e.g. Fastify, allowing for easy use of the myriad third-party plugins which are available.

diff --git a/packages/platform-fastify/Readme.md b/packages/platform-fastify/Readme.md index 65f66b06d..ae5f5d382 100644 --- a/packages/platform-fastify/Readme.md +++ b/packages/platform-fastify/Readme.md @@ -23,7 +23,7 @@ ## Description -Nest is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript, is built with TypeScript (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming). +Nest is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript, is built with TypeScript (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).

Under the hood, Nest makes use of Express, but also, provides compatibility with a wide range of other libraries, like e.g. Fastify, allowing for easy use of the myriad third-party plugins which are available.

diff --git a/packages/platform-socket.io/Readme.md b/packages/platform-socket.io/Readme.md index 65f66b06d..ae5f5d382 100644 --- a/packages/platform-socket.io/Readme.md +++ b/packages/platform-socket.io/Readme.md @@ -23,7 +23,7 @@ ## Description -Nest is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript, is built with TypeScript (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming). +Nest is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript, is built with TypeScript (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).

Under the hood, Nest makes use of Express, but also, provides compatibility with a wide range of other libraries, like e.g. Fastify, allowing for easy use of the myriad third-party plugins which are available.

diff --git a/packages/platform-ws/Readme.md b/packages/platform-ws/Readme.md index 65f66b06d..ae5f5d382 100644 --- a/packages/platform-ws/Readme.md +++ b/packages/platform-ws/Readme.md @@ -23,7 +23,7 @@ ## Description -Nest is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript, is built with TypeScript (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming). +Nest is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript, is built with TypeScript (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).

Under the hood, Nest makes use of Express, but also, provides compatibility with a wide range of other libraries, like e.g. Fastify, allowing for easy use of the myriad third-party plugins which are available.

diff --git a/packages/testing/Readme.md b/packages/testing/Readme.md index 65f66b06d..ae5f5d382 100644 --- a/packages/testing/Readme.md +++ b/packages/testing/Readme.md @@ -23,7 +23,7 @@ ## Description -Nest is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript, is built with TypeScript (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming). +Nest is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript, is built with TypeScript (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).

Under the hood, Nest makes use of Express, but also, provides compatibility with a wide range of other libraries, like e.g. Fastify, allowing for easy use of the myriad third-party plugins which are available.

diff --git a/packages/websockets/Readme.md b/packages/websockets/Readme.md index 65f66b06d..ae5f5d382 100644 --- a/packages/websockets/Readme.md +++ b/packages/websockets/Readme.md @@ -23,7 +23,7 @@ ## Description -Nest is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript, is built with TypeScript (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming). +Nest is a framework for building efficient, scalable Node.js server-side applications. It uses modern JavaScript, is built with TypeScript (preserves compatibility with pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).

Under the hood, Nest makes use of Express, but also, provides compatibility with a wide range of other libraries, like e.g. Fastify, allowing for easy use of the myriad third-party plugins which are available.

diff --git a/readme_jp.md b/readme_jp.md index ae40a6537..1f79d98ca 100644 --- a/readme_jp.md +++ b/readme_jp.md @@ -1,11 +1,11 @@

- Nest Logo + Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456 [circleci-url]: https://circleci.com/gh/nestjs/nest -

すばやくスケーラブルなサーバーサイドアプリケーションを構築するための革新的なNode.jsフレームワークです。

+

すばやくスケーラブルなサーバーサイドアプリケーションを構築するための革新的なNode.jsフレームワークです。

NPM Version Package License @@ -24,7 +24,7 @@ ## 概要 -すばやくスケーラブルなサーバーサイドアプリケーションを構築するための革新的なNode.jsフレームワークです。最新のJavaScriptを使用し、TypeScript(JavaScriptを拡張したスーパーセット)で構築され 、OOP(オブジェクト指向プログラミング)、FP(関数型プログラミング)、およびFRP(関数型リアクティブプログラミング)の要素を取り入れています。 +すばやくスケーラブルなサーバーサイドアプリケーションを構築するための革新的なNode.jsフレームワークです。最新のJavaScriptを使用し、TypeScript(JavaScriptを拡張したスーパーセット)で構築され 、OOP(オブジェクト指向プログラミング)、FP(関数型プログラミング)、およびFRP(関数型リアクティブプログラミング)の要素を取り入れています。

NestはExpress(デフォルト)やFastifyなどのさまざまなライブラリとの互換性を提供することで、たくさんのサードパーティプラグインを簡単に使用することができます。

diff --git a/readme_kr.md b/readme_kr.md index 613880df6..5b5da7c5e 100644 --- a/readme_kr.md +++ b/readme_kr.md @@ -1,11 +1,11 @@

- Nest Logo + Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456 [circleci-url]: https://circleci.com/gh/nestjs/nest -

효율적이고 확장 가능한 서버 사이드 애플리케이션을 위한 혁신적 Node.js 프레임워크.

+

효율적이고 확장 가능한 서버 사이드 애플리케이션을 위한 혁신적 Node.js 프레임워크.

NPM Version Package License @@ -24,7 +24,7 @@ ## 개요 -Nest는 효율적이고 확장 가능한 Node.js 서버 사이드 애플리케이션을 빌드하기 위한 프레임워크입니다. Nest는 모던 Javascript를 사용하고 TypeScript로 빌드되었으며(순수 자바스크립트와 호환), OOP(객체 지향 프로그래밍), FP(함수형 프로그래밍), FRP(함수 반응형 프로그래밍)의 요소들이 결합되어 있습니다. +Nest는 효율적이고 확장 가능한 Node.js 서버 사이드 애플리케이션을 빌드하기 위한 프레임워크입니다. Nest는 모던 Javascript를 사용하고 TypeScript로 빌드되었으며(순수 자바스크립트와 호환), OOP(객체 지향 프로그래밍), FP(함수형 프로그래밍), FRP(함수 반응형 프로그래밍)의 요소들이 결합되어 있습니다.

Nest는 내부적으로 Express를 사용하지만, Fastify와 같은 타 라이브러리들과의 호환성을 광범위하게 제공하며 많은 서드파티 플러그인들을 손쉽게 사용할 수 있게 해줍니다.

diff --git a/readme_zh.md b/readme_zh.md index 85050214f..0959d0a1e 100644 --- a/readme_zh.md +++ b/readme_zh.md @@ -5,7 +5,7 @@ [circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456 [circleci-url]: https://circleci.com/gh/nestjs/nest -

用于构建高效且可扩展的服务器端应用程序的渐进式 Node.js 框架,深受 Angular 的启发。

+

用于构建高效且可扩展的服务器端应用程序的渐进式 Node.js 框架,深受 Angular 的启发。

NPM Version Package License @@ -26,8 +26,8 @@ ## 介绍 -

Nest是构建高效,可扩展的 Node.js Web 应用程序的框架。 它使用现代的 JavaScript 或 TypeScript(保留与纯 JavaScript 的兼容性),并结合 OOP(面向对象编程),FP(函数式编程)和FRP(函数响应式编程)的元素。

-

在底层,Nest 使用了 Express,但也提供了与其他各种库的兼容,例如Fastify,可以方便地使用各种可用的第三方插件。

+

Nest是构建高效,可扩展的 Node.js Web 应用程序的框架。 它使用现代的 JavaScript 或 TypeScript(保留与纯 JavaScript 的兼容性),并结合 OOP(面向对象编程),FP(函数式编程)和FRP(函数响应式编程)的元素。

+

在底层,Nest 使用了 Express,但也提供了与其他各种库的兼容,例如Fastify,可以方便地使用各种可用的第三方插件。

## 设计哲学 diff --git a/sample/25-dynamic-modules/README.md b/sample/25-dynamic-modules/README.md index 27bb5c3ed..ac4f77526 100644 --- a/sample/25-dynamic-modules/README.md +++ b/sample/25-dynamic-modules/README.md @@ -1,5 +1,5 @@

- Nest Logo + Nest Logo

[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master @@ -7,7 +7,7 @@ [linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux [linux-url]: https://travis-ci.org/nestjs/nest -

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

+

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License diff --git a/sample/26-queues/README.md b/sample/26-queues/README.md index 27bb5c3ed..ac4f77526 100644 --- a/sample/26-queues/README.md +++ b/sample/26-queues/README.md @@ -1,5 +1,5 @@

- Nest Logo + Nest Logo

[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master @@ -7,7 +7,7 @@ [linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux [linux-url]: https://travis-ci.org/nestjs/nest -

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

+

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License diff --git a/sample/27-scheduling/README.md b/sample/27-scheduling/README.md index 27bb5c3ed..ac4f77526 100644 --- a/sample/27-scheduling/README.md +++ b/sample/27-scheduling/README.md @@ -1,5 +1,5 @@

- Nest Logo + Nest Logo

[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master @@ -7,7 +7,7 @@ [linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux [linux-url]: https://travis-ci.org/nestjs/nest -

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

+

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License diff --git a/sample/28-sse/README.md b/sample/28-sse/README.md index 27bb5c3ed..ac4f77526 100644 --- a/sample/28-sse/README.md +++ b/sample/28-sse/README.md @@ -1,5 +1,5 @@

- Nest Logo + Nest Logo

[travis-image]: https://api.travis-ci.org/nestjs/nest.svg?branch=master @@ -7,7 +7,7 @@ [linux-image]: https://img.shields.io/travis/nestjs/nest/master.svg?label=linux [linux-url]: https://travis-ci.org/nestjs/nest -

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

+

A progressive Node.js framework for building efficient and scalable server-side applications, heavily inspired by Angular.

NPM Version Package License diff --git a/sample/31-graphql-federation-code-first/gateway/README.md b/sample/31-graphql-federation-code-first/gateway/README.md index 262b3aaa1..78eec602a 100644 --- a/sample/31-graphql-federation-code-first/gateway/README.md +++ b/sample/31-graphql-federation-code-first/gateway/README.md @@ -1,11 +1,11 @@

- Nest Logo + Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456 [circleci-url]: https://circleci.com/gh/nestjs/nest -

A progressive Node.js framework for building efficient and scalable server-side applications.

+

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License diff --git a/sample/31-graphql-federation-code-first/posts-application/README.md b/sample/31-graphql-federation-code-first/posts-application/README.md index 262b3aaa1..78eec602a 100644 --- a/sample/31-graphql-federation-code-first/posts-application/README.md +++ b/sample/31-graphql-federation-code-first/posts-application/README.md @@ -1,11 +1,11 @@

- Nest Logo + Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456 [circleci-url]: https://circleci.com/gh/nestjs/nest -

A progressive Node.js framework for building efficient and scalable server-side applications.

+

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License diff --git a/sample/31-graphql-federation-code-first/users-application/README.md b/sample/31-graphql-federation-code-first/users-application/README.md index 262b3aaa1..78eec602a 100644 --- a/sample/31-graphql-federation-code-first/users-application/README.md +++ b/sample/31-graphql-federation-code-first/users-application/README.md @@ -1,11 +1,11 @@

- Nest Logo + Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456 [circleci-url]: https://circleci.com/gh/nestjs/nest -

A progressive Node.js framework for building efficient and scalable server-side applications.

+

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License diff --git a/sample/32-graphql-federation-schema-first/gateway/README.md b/sample/32-graphql-federation-schema-first/gateway/README.md index 262b3aaa1..78eec602a 100644 --- a/sample/32-graphql-federation-schema-first/gateway/README.md +++ b/sample/32-graphql-federation-schema-first/gateway/README.md @@ -1,11 +1,11 @@

- Nest Logo + Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456 [circleci-url]: https://circleci.com/gh/nestjs/nest -

A progressive Node.js framework for building efficient and scalable server-side applications.

+

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License diff --git a/sample/32-graphql-federation-schema-first/posts-application/README.md b/sample/32-graphql-federation-schema-first/posts-application/README.md index 262b3aaa1..78eec602a 100644 --- a/sample/32-graphql-federation-schema-first/posts-application/README.md +++ b/sample/32-graphql-federation-schema-first/posts-application/README.md @@ -1,11 +1,11 @@

- Nest Logo + Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456 [circleci-url]: https://circleci.com/gh/nestjs/nest -

A progressive Node.js framework for building efficient and scalable server-side applications.

+

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License diff --git a/sample/32-graphql-federation-schema-first/users-application/README.md b/sample/32-graphql-federation-schema-first/users-application/README.md index 262b3aaa1..78eec602a 100644 --- a/sample/32-graphql-federation-schema-first/users-application/README.md +++ b/sample/32-graphql-federation-schema-first/users-application/README.md @@ -1,11 +1,11 @@

- Nest Logo + Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456 [circleci-url]: https://circleci.com/gh/nestjs/nest -

A progressive Node.js framework for building efficient and scalable server-side applications.

+

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License