diff --git a/src/app/homepage/pages/microservices/grpc/grpc.component.html b/src/app/homepage/pages/microservices/grpc/grpc.component.html index 7f6f0fe1a2..7299d8722d 100644 --- a/src/app/homepage/pages/microservices/grpc/grpc.component.html +++ b/src/app/homepage/pages/microservices/grpc/grpc.component.html @@ -21,7 +21,7 @@

Transporter

Options

- There is a bunch of available options that determine a transporter behavior. + There are a bunch of available options that determine a transporter behavior.

diff --git a/src/app/homepage/pages/microservices/mqtt/mqtt.component.html b/src/app/homepage/pages/microservices/mqtt/mqtt.component.html index 2014aab6eb..b66aefb7cf 100644 --- a/src/app/homepage/pages/microservices/mqtt/mqtt.component.html +++ b/src/app/homepage/pages/microservices/mqtt/mqtt.component.html @@ -18,7 +18,7 @@

Overview

{{ options }}

Options

- There is a bunch of available options that determine a transporter behavior. + There are a bunch of available options that determine a transporter behavior. They are well-described here.

diff --git a/src/app/homepage/pages/microservices/nats/nats.component.html b/src/app/homepage/pages/microservices/nats/nats.component.html index e9cfa86b53..18213925b5 100644 --- a/src/app/homepage/pages/microservices/nats/nats.component.html +++ b/src/app/homepage/pages/microservices/nats/nats.component.html @@ -1,7 +1,7 @@

NATS

- The NATS is a simple, high performance open source messaging system. + The NATS is a simple, high performance open source messaging system.

Installation

Before we start, we have to install required package:

@@ -18,7 +18,7 @@

Overview

{{ options }}

Options

- There is a bunch of available options that determine a transporter behavior. + There are a bunch of available options that determine a transporter behavior. They are well-described here.

diff --git a/src/app/homepage/pages/microservices/redis/redis.component.html b/src/app/homepage/pages/microservices/redis/redis.component.html index cad9b9de5c..926a93f892 100644 --- a/src/app/homepage/pages/microservices/redis/redis.component.html +++ b/src/app/homepage/pages/microservices/redis/redis.component.html @@ -20,7 +20,7 @@

Overview

{{ options }}

Options

- There is a bunch of available options that determine a transporter behaviour. + There are a bunch of available options that determine a transporter behaviour.

diff --git a/src/app/homepage/pages/techniques/authentication/authentication.component.html b/src/app/homepage/pages/techniques/authentication/authentication.component.html index bd131bd5d2..c1d23eaa90 100644 --- a/src/app/homepage/pages/techniques/authentication/authentication.component.html +++ b/src/app/homepage/pages/techniques/authentication/authentication.component.html @@ -2,7 +2,7 @@

Authentication

Authentication is an - essential part of most existing applications. There is a lot of different approaches, strategies, and ways to + essential part of most existing applications. There are a lot of different approaches, strategies, and ways to handle user authorization. What we eventually decide to use depends on the particular application requirements and is strongly associated with their needs.

diff --git a/src/app/homepage/pages/websockets/gateways/gateways.component.html b/src/app/homepage/pages/websockets/gateways/gateways.component.html index 812c1677b8..f00a715329 100644 --- a/src/app/homepage/pages/websockets/gateways/gateways.component.html +++ b/src/app/homepage/pages/websockets/gateways/gateways.component.html @@ -37,7 +37,7 @@

Basics

{{ subscribeEvents }}
{{ subscribeEventsJs }}
- Hint The WsResponse interface is imported from @nestjs/common package, while @SubscribeMessage() decorator from @nestjs/websockets. + Hint Both WsResponse interface and @SubscribeMessage() decorator are imported from @nestjs/common package.

The onEvent() function takes 2 arguments. First one is a library-specific socket instance and the second one is the data received from the client.