Code Monkey home page Code Monkey logo

Comments (4)

franciscop avatar franciscop commented on May 22, 2024 1

Sure! There are two things:

  • If you are handling hundreds of requests per second it's no way a small to medium project and you probably know what you are doing.

  • Rarely the framework is the limit anyway. The code that you or other users write is normally much slower than the framework, this was just a quick sanity test to see that it's in the same order of magnitude than express (which it is). User code can be fixed with caches at different levels and many other ways. I'd be really surprised if server.js was the performance bottleneck, though it could happen of course.

I had a project using server.js more heavily than normal (5 requests to the library/visit) on the main page of Hacker News without a problem (50% of CPU peak and it was mainly to parsing the HTML). So yeah, there's no problem with performance for those projects.

from server.

joshmorel avatar joshmorel commented on May 22, 2024

Hi @franciscop, I just came upon this project and am intrigued. However, can you help me understand, what exactly you mean by:

Right now it can perform 37.4% of the total requests that express can for a hello world example.

from server.

franciscop avatar franciscop commented on May 22, 2024

Ah sorry, it means that when comparing performance, server.js can handle only 34.7% of the requests number per second when compared with raw express.js. Main reason is that there's some extra middleware.

from server.

joshmorel avatar joshmorel commented on May 22, 2024

That's what I thought, it just seemed like quite a big difference so I thought I'd ask.

But would I be correct in assuming the number of requests you were feeding express.js in this performance test was quite a lot higher than would be expected for a small or medium project (as per use cases identified in readme)?

from server.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.