Post by Izy Coder on Jan 27, 2016 21:19:20 GMT 10
can someone lead me with Node.js. I'm trying to connect my mysql with javascript using Node.js and Mongo.js. But, where's the *.js file? I saw some tutorial on youtube, they didn't import it but they directly write the code. I don't understand. I cannot find the *.js file. What I found is an application like command prompt. When I use Pixi.js, I just copy the Pixi.js and import it with html. but how to use this Node.js? or is there any alternative?
Check Out My Project At VSlang InternetTM. More Project : - Poroxnoss Text Editor 2 - Added soon...
- TAP 2D Game Maker - Coming really soon...
- Easy Desktop - Discontinue..
|
|
Post by Izy Coder on Jan 29, 2016 22:48:57 GMT 10
bump
Check Out My Project At VSlang InternetTM. More Project : - Poroxnoss Text Editor 2 - Added soon...
- TAP 2D Game Maker - Coming really soon...
- Easy Desktop - Discontinue..
|
|
Post by champtechnet on Feb 22, 2016 12:02:12 GMT 10
NodeJS is a command line inferface. It's not an actually js file
nodejs is where you "npm install -g" or use bower install "file" --save and etc
nodejs is runtime for JavaScript
|
|