@ptt-bds Bác có 10 luồng thì đầu tiên nếu không có gì xảy ra nó sẽ lấy 10 dòng đầu tiên, sau đó thì cứ luồng nào "ra đi" nó sẽ lấy dòng tiếp theo, đâu có theo quy luật như 1,11,21,31 vs luồng 1 như bác nói đâu.
nodejs not reading file
-
const fs = require('fs'); const filePath = 'f:\\Users\\Desktop\\mp4\\d.txt'; // Replace with the actual file path fs.readFile(filePath, 'utf8', (err, data) => { if (err) { console.error(`Error reading file: ${err}`); } else { console.log(`File contents:\n${data}`); console.log("Hello, World!"); } });I am trying to run this code but nothing is happening inside the nodejs in bas but when I run it locally on my computer its working perfectly find can bas nodejs not read file?
-
@Bunnz said in nodejs not reading file:
const fs = require('fs'); const filePath = 'f:\\Users\\Desktop\\mp4\\d.txt'; // Replace with the actual file path fs.readFile(filePath, 'utf8', (err, data) => { if (err) { console.error(`Error reading file: ${err}`); } else { console.log(`File contents:\n${data}`); console.log("Hello, World!"); } });I am trying to run this code but nothing is happening inside the nodejs in bas but when I run it locally on my computer its working perfectly find can bas nodejs not read file?
https://community.bablosoft.com/topic/4450/websocket-на-node-js/6