Skip to content

Commit

Permalink
Merge pull request #190 from AthennaIO/develop
Browse files Browse the repository at this point in the history
fix: remove commas from json
  • Loading branch information
jlenon7 authored Feb 23, 2024
2 parents 884f814 + cca9b41 commit 1d427c5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/getting-started/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ handle enterprise work loads.
### A scalable framework

Athenna is incredibly scalable. Thanks to the scaling-friendly nature of
Node.js and Athenna's built-in support for fast, distributed cache systems
like Redis, horizontal scaling with Athenna is a breeze. In fact, Athenna applications
have been easily scaled to handle hundreds of millions of requests per month.
Node.js and great libraries like [`fastify`](https://fastify.dev/), horizontal
scaling with Athenna is a breeze. In fact, Athenna applications have been
easily scaled to handle hundreds of millions of requests per month.

### An agnostic framework

Expand Down

0 comments on commit 1d427c5

Please sign in to comment.