Node.JS for Beginners in Hindi
Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine for executing JavaScript code.
Node.JS is not a Language or a Framework.
Written in C++.
Now we can run JavaScript code on the server.
Want to be a web developer and Technical geek? Welcome, to ThapaTechnical. Home of web developer and creativity. We make articles on Technology, Social cause, University Important topics and also u will get all videos source code and Notes for Free of ThapaTechnical YouTube channel.
where is code?
ReplyDeletecode kaha hai
DeleteHi, thanks for node js video, it is very good. Please Share one video for SEO web page using react js and node js
ReplyDeletePlease upload Source Code
ReplyDeletebhen ki choot .source code kahan h. love from pakistan
ReplyDeleteyes u proved it u are not indian
DeleteI wish I could delete this comment. How can someone be this rude to a person who is trying to help you .
DeleteApologies from my side Thapa sir.
Bro Where is source code I have some Error in my code I want That source code
ReplyDeletewhere is the source code?
ReplyDeleteabe ooooooo apne baap bhai ko bhi yahi bolta h kyaaa
ReplyDeleteu have to b thankfull for a video
this is for pakistan lover
DeleteThanxxx thapa bhai u are doing great job
ReplyDeleteand my code is running .I am thankful for your videos .
where is code
Deletewhere is the source code?
ReplyDeletesource code??
ReplyDeletethapa is looking for donation money no code only money
ReplyDeletesource code kahi nazr nai araha
ReplyDeletewhere is code
ReplyDeletecode diya he nahi hai yaha.
ReplyDeleteFor getting the source code I think you have to pay money
ReplyDeletethanks buddy for explaining node in a attractive manner:)
ReplyDeletebuddy code ??
ReplyDeleteServer Creation Code : https://docs.google.com/document/d/1uDWyXY9hZpd_hRbXws7GtsKIsXrFyd5hzAStNxAHuSc/edit?usp=sharing
ReplyDeleteIf anyone wants the source code msg me in WhatsApp 8873913613.
ReplyDeleteShowing this error, please give solution-
ReplyDelete_http_outgoing.js:526
throw new ERR_HTTP_HEADERS_SENT('set');
^
Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client
at ServerResponse.setHeader (_http_outgoing.js:526:11)
at E:\server\index.js:41:21
at suppressedCallback (fs.js:210:5)
at FSReqCallback.oncomplete (fs.js:154:23) {
code: 'ERR_HTTP_HEADERS_SENT'
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! server@1.0.0 start: `node index`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the server@1.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\user\AppData\Roaming\npm-cache\_logs\2020-09-04T04_33_55_630Z-debug.log
Where is the source code?
ReplyDelete//Use this peace of code in index.js
ReplyDeleteconst http = require('http');
const fs = require('fs');
const hostname = 'localhost';
const port = '3000';
const server = http.createServer((req, res) => {
res.writeHead(200, { 'content-type': 'text/html' })
fs.createReadStream('./public/index.html').pipe(res)
})
server.listen(port,hostname, () => {
console.log(`server running at http://${hostname}:${port}`);
})
It is really a helpful blog to find some different source to add my knowledge. Cfd Trading For Beginners
ReplyDelete