Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: pracutian on March 06, 2014, 01:05:13 PM



Title: Make P2P application from scratch
Post by: pracutian on March 06, 2014, 01:05:13 PM
Hello guys,

I want to ask you, if you want to create completely new cryptocurrency concept, what programming language you will suggests to me, according with current technology, my options were :

  • NodeJS
  • GoLang
  • Python
  • C++

And if you have great resources for me, please let me know (p2p library/wrapper or economic algorithm or another great ideas that supports p2p, etc) .
I'm noob developer ;D so just relax and be kind to me  ;D


Title: Re: Make P2P application from scratch
Post by: jimmyscratchlab on March 06, 2014, 05:18:50 PM
NodeJS  ;D


Title: Re: Make P2P application from scratch
Post by: pracutian on March 06, 2014, 06:27:14 PM
Thanks for ur reply,

yes at the first time I always proud with nodejs :D but, lot of modules will attached to the project, and js doesn't support big integer (I know there is a node module which can do that). I think the best method, to do this is using all of them, such as golang is nodejs competitor. Both python and c++ has powerful ability in other way.