Skip to content
This repository was archived by the owner on Apr 8, 2020. It is now read-only.

Commit a7e715c

Browse files
slathropSteveSandersonMS
authored andcommitted
Small grammatical fix to README.md
1 parent 6dddc9d commit a7e715c

File tree

1 file changed

+1
-1
lines changed
  • src/Microsoft.AspNetCore.NodeServices

1 file changed

+1
-1
lines changed

src/Microsoft.AspNetCore.NodeServices/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ module.exports = {
317317

318318
## Hosting models
319319

320-
NodeServices has a pluggable hosting/transport mechanism, because it is an abstraction over various possible ways to invoke Node.js from .NET. This allows more high-level facilities (e.g., for Angular prerendering) to be agnostic to the details of launching Node and communicating it - those high-level facilities can just trust that *somehow* we can invoke code in Node for them.
320+
NodeServices has a pluggable hosting/transport mechanism, because it is an abstraction over various possible ways to invoke Node.js from .NET. This allows more high-level facilities (e.g., for Angular prerendering) to be agnostic to the details of launching Node and communicating with it - those high-level facilities can just trust that *somehow* we can invoke code in Node for them.
321321

322322
Using this abstraction, we could run Node inside the .NET process, in a separate process on the same machine, or even on a different machine altogether. At the time of writing, all the built-in hosting mechanisms work by launching Node as a separate process on the same machine as your .NET code.
323323

0 commit comments

Comments
 (0)