Skip to content

Correcting small error #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: edit
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion post.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This is where Node.js really shines in regards to microservices.

## Node.js

At it’s core [Node.js](https://nodejs.org) is an extremely light platform that’s driven by a passion community by open source modules. This modular system is what allows you to build loosely coupled and scalable systems that talk over HTTP and JSON since these are built right into Node.js. So this modular architecture goes nicely hand in hand with micrservices.
At it’s core [Node.js](https://nodejs.org) is an extremely light platform that’s driven by a passion community by open source modules. This modular system is what allows you to build loosely coupled and scalable systems that talk over HTTP and JSON since these are built right into Node.js. So this modular architecture goes nicely hand in hand with microservices.

Think about deploying components rather than applications.

Expand Down