Do you know we can send html pages to the client?
Yes! You can do it using node js.
First we’ll create the server as like we created in day 12 tutorial
Day 12 – Creating own server - Learning Node JS In 30 Days [Mini series]
Muhammad Ali (Nerdjfpb) ・ Dec 15 '19 ・ 2 min read
For sending the html file we need the fs module
which in built in node.
I got the starter from bootstrap – https://getbootstrap.com/docs/4.4/getting-started/introduction/
We need to create stream using fs module. So that we can send the html file.
Then we can send it using pipe and send the response.
Now run it using node app.js
See the result
Let me know if you have any questions about it.
You can see the graphical version here
Originally it published on nerdjfpbblog. You can connect with me in twitter or linkedin !
Top comments (4)
When i run my localhost:3000 i get an this/an error on my console
dev-to-uploads.s3.amazonaws.com/i/...
I think it's an issue with your location. Console log the index file location and see if that one is correct or not!
How can i do that, I'm just starting with NodeJS
Can you share the files? DM me in twitter.