Giter Club home page Giter Club logo

Comments (1)

kartikk221 avatar kartikk221 commented on May 24, 2024

It entirely depends on the complexity/requirements of your web application. Given that HyperExpress ships with a webserver, middlewares support, and a session engine, you should be able to build a majority of small/medium sized websites/applications. HyperExpress is also very flexible, so you can always create your own middlewares to modify the request/response objects with any NPM packages. However, If you depend heavily on express middlewares then you may have to wait for compatibility to be added as at the moment, majority of the ExpressJS middlewares will not work with HyperExpress due to the API differences.

ExpressJS middleware support is currently being worked on but even once finished, HyperExpress or any uWebsockets.js based package will never really be able to achieve 100% Express middleware support due to ExpressJS being based on Node's http/s modules while HyperExpress relies on uWebsockets.js which is a C++ binding. I plan on releasing the Express compatibility/middleware support over this week as I am currently testing a few ways to ensure performance while also adding as much support as possible.

from hyper-express.

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.