Skip to content

Commit bc69c5b

Browse files
WIP
1 parent 9516d70 commit bc69c5b

3 files changed

Lines changed: 815 additions & 311 deletions

File tree

apps/site/pages/en/about/index.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ server.listen(port, hostname, () => {
4444
});
4545
```
4646

47+
```cjs
48+
const type = 'commonjs';
49+
```
50+
51+
```mjs
52+
const type = 'module';
53+
```
54+
4755
This is in contrast to today's more common concurrency model, in which OS threads
4856
are employed. Thread-based networking is relatively inefficient and very
4957
difficult to use. Furthermore, users of Node.js are free from worries of

0 commit comments

Comments
 (0)