File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed
content/develop/clients/nodejs Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,22 @@ title: Production usage
15
15
weight : 5
16
16
---
17
17
18
- The following sections explain how to handle situations that may occur
19
- in your production environment.
18
+ This guide offers recommendations to get the best reliability and
19
+ performance in your production environment.
20
+
21
+ ## Checklist
22
+
23
+ Each item in the checklist below links to the section
24
+ for a recommendation. Use the checklist icons to record your
25
+ progress in implementing the recommendations.
26
+
27
+ {{< checklist "nodeprodlist" >}}
28
+ {{< checklist-item "#handling-errors" >}}Handling errors{{< /checklist-item >}}
29
+ {{< checklist-item "#handling-reconnections" >}}Handling reconnections{{< /checklist-item >}}
30
+ {{< checklist-item "#timeouts" >}}Timeouts{{< /checklist-item >}}
31
+ {{< /checklist >}}
32
+
33
+ ## Recommendations
20
34
21
35
### Handling errors
22
36
You can’t perform that action at this time.
0 commit comments