The discussion group for Node.js group. You can feel free to share your findings and to also ask questions here.
GitHub: https://github.com/PenguinTraders/MT4-Node.js
Questions & support
- This topic has 11 replies, 3 voices, and was last updated 11 years, 9 months ago by
jacky.
- AuthorPosts
- September 23, 2014 at 11:08 pm #210
If you have any Node.js questions related to MQL4 development, please ask them here. This is the Node.js + MQL4 development focused group :)
Focus, Patience, Determination & Order in chaos
December 13, 2014 at 5:42 pm #1295Hi Saver0, Why you dont use nginx or sqlite or nosql?
I see them lighter than Apache and MySql.
December 13, 2014 at 6:35 pm #1299This reply has been reported for inappropriate content.
It’s just easy to install the XAMPP.. hehe
I figured this would be the easiest approach for many. NoSQL type DBs have its advantage and disadvantages as well though. For Forex type data I think SQL type DB is what we need. DB speed haven’t become an issue for me yet however. It’s mostly the CPU limits that I’m hitting since the data just gets loaded to the memory.
And Apache or NGINX, I am actually using neither for my actual app. I’m using the Node.js as my http server. Server becomes an issue if I am serving a lot of HTTP requests. It’s just me using the app
Apache is just there for the phpMyAdmin for MySQL DB management. Just the package that comes with XAMPP and it reduces development time you know. Hope that answers your questions.Focus, Patience, Determination & Order in chaos
December 13, 2014 at 7:55 pm #1304
I knew itXAMPP is easy for non tech guys play around with.
December 16, 2014 at 5:33 am #1487Yup!

Focus, Patience, Determination & Order in chaos
December 17, 2014 at 1:55 am #1587Hi mates,
Could you please give me a recommendation of good books on NodeJs ? I am looking for tutorials, examples, for beginner to advance on NodeJs.
Google gave me this link :
*) https://github.com/Pana/node-books
*) http://www.nodebeginner.org/
*) http://www.alolo.co/blog/2013/10/11/10-books-on-javascript
*) http://www.amazon.com/s/ref=nb_sb_noss/179-9610383-1272558?url=search-alias%3Dstripbooks&field-keywords=nodejsI am still learning the great examples from saver0 (fractal_server.js + fractal_arrow.mq4) , this example is very nice. It covers connection from MT4 + NodeJs + Mysql, that is the awesome example i need, but in order to make my own application, i think i must know more about NodeJs.
Thank you in advance mates …
December 17, 2014 at 4:53 pm #1636Hi Jacky,
I honestly haven’t looked at any books for Node.js
To be able to program with Node.js what you need is a good understanding of Javascript. For that I recommend the following site:
http://www.w3schools.com/js/default.asp
That’s all you should need really. If you are new to programming, then take the time to understand the basics really well. If not you should be able to skim through quickly and understand. Make sure you go through every section because Node.js programming uses everything.After you complete the Javascript tutorials. Then just look at a couple of tutorials online on Node.js. Look at a few simple ones first and then a few advanced ones. And then you should be set
After that google will become your best friend.. hahaLet me know if you got any more questions. Would be happy to help!
Focus, Patience, Determination & Order in chaos
December 17, 2014 at 8:00 pm #1645You should take a look at MDN:
https://developer.mozilla.org/en-US/docs/Web/JavaScript
And like Saver0 advice, google is your best friend
December 18, 2014 at 2:11 pm #1716Thanks a lot mates
. Nice to know that NodeJs is not only “client side” scripting language, but also “server side”. OK, i will learn them, it seem this is very worth, can be used for so many purposes. For us who have some PHP background, i think this book is not bad too … http://shop.oreilly.com/product/0636920026013.doDecember 18, 2014 at 2:22 pm #1718Jacky, It is from November 2012, a lot of thing changes, you need recent tutorials.
And that book has 2 stars, dont know why you choose it

I think with some searching you will have a lot of great tutorials for free.
I only learn from reference and google, never buy a book. hehe.
Here is a great and free IDE to help you code javascript, html, css…
Have fun, Jacky
Zelo
December 19, 2014 at 1:45 am #1827For Node.js development, I found http://nodejstools.codeplex.com/ to be really neat.
Here is a tutorial on setting yourself up if you want to do so:
http://blogs.msdn.com/b/brunoterkaly/archive/2014/02/02/how-to-use-node-js-packages-with-visual-studio.aspxFocus, Patience, Determination & Order in chaos
December 19, 2014 at 2:39 am #1832Thank you very much Zelo & Saver0. Very good information

- AuthorPosts
- You must be logged in to reply to this topic.