Skip to content

Commit 78605f7

Browse files
committed
Update README.md
1 parent 8f1ed56 commit 78605f7

File tree

1 file changed

+16
-15
lines changed

1 file changed

+16
-15
lines changed

README.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -89,21 +89,6 @@
8989

9090
<br/>
9191

92-
## Q. ***What does the runtime environment mean in Node.js?***
93-
94-
The Node.js runtime is the software stack responsible for installing your web service\'s code and its dependencies and running your service.
95-
96-
The Node.js runtime for App Engine in the standard environment is declared in the `app.yaml` file:
97-
98-
```js
99-
runtime: nodejs10
100-
```
101-
102-
The runtime environment is literally just the environment your application is running in. This can be used to describe both the hardware and the software that is running your application. How much RAM, what version of node, what operating system, how much CPU cores, can all be referenced when talking about a runtime environment.
103-
104-
<div align="right">
105-
<b><a href="#">↥ back to top</a></b>
106-
</div>
10792

10893
## Q. ***What is Node.js?***
10994

@@ -196,6 +181,22 @@ node app.js
196181
<b><a href="#">↥ back to top</a></b>
197182
</div>
198183

184+
## Q. ***What does the runtime environment mean in Node.js?***
185+
186+
The Node.js runtime is the software stack responsible for installing your web service\'s code and its dependencies and running your service.
187+
188+
The Node.js runtime for App Engine in the standard environment is declared in the `app.yaml` file:
189+
190+
```js
191+
runtime: nodejs10
192+
```
193+
194+
The runtime environment is literally just the environment your application is running in. This can be used to describe both the hardware and the software that is running your application. How much RAM, what version of node, what operating system, how much CPU cores, can all be referenced when talking about a runtime environment.
195+
196+
<div align="right">
197+
<b><a href="#">↥ back to top</a></b>
198+
</div>
199+
199200
## Q. ***How do Node.js works?***
200201

201202
<p align="center">

0 commit comments

Comments
 (0)