Quantcast
Channel: Difference between a server with http.createServer and a server using express in node js - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Sean3z for Difference between a server with http.createServer and a...

Ultimately, express uses node's http api behind the scenes. express frameworkThe express framework provides an abstraction layer above the vanilla http module to make handling web traffic and APIs a...

View Article


Answer by Ash for Difference between a server with http.createServer and a...

Express uses the http module under the hood, app.listen() returns an instance of http. You would use https.createServer if you needed to serve your app using HTTPS, as app.listen only uses the http...

View Article


Difference between a server with http.createServer and a server using express...

What's the difference between creating a server using http module and creating a server using express framework in node js?Thanks.

View Article
Browsing latest articles
Browse All 3 View Live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>