Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Express.js vs HTTP Server? #39

Open
veemish opened this issue May 30, 2019 · 1 comment
Open

Express.js vs HTTP Server? #39

veemish opened this issue May 30, 2019 · 1 comment
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@veemish
Copy link

veemish commented May 30, 2019

What is the difference between express and http server?

@veemish veemish changed the title what is the difference between express js and http server? what is the difference between express js and http ? May 30, 2019
@frank2ny
Copy link

HTTP is a builtin module for NodeJs which allows is used to transfer data over the Hyper Text Transfer Protocol

ExpressJS is framework built on top of Node, Express extends Node specifically to make webservers easy to write.

source : HTTP || ExpressJS

💻

@joshuamabina joshuamabina changed the title what is the difference between express js and http ? Express.js vs HTTP Server? Jun 3, 2019
@joshuamabina joshuamabina added question Further information is requested help wanted Extra attention is needed labels Jun 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants