Merge pull request #67 from kellym/patch-1

Fix typos in README.md
This commit is contained in:
Alex Hultman 2019-02-25 14:00:43 +01:00 committed by GitHub
commit 33139cc541
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
</div>
### Outrun. Everyone.
This project is not your typical "web framework" à la 500 lines of JavaScript and a fancy logo. No, you're looking at a three part software suite of ~7k lines of C & C++, working in unison with Google V8 to bring you one of the most memory scalable and performant I/O scriping environment available.
This project is not your typical "web framework" à la 500 lines of JavaScript and a fancy logo. No, you're looking at a three part software suite of ~7k lines of C & C++, working in unison with Google V8 to bring you one of the most memory scalable and performant I/O scripting environments available.
It runs 15x faster than Deno and scales to millions of connections using less than half a GB of user space memory.