Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: konradp on March 04, 2014, 06:35:48 PM



Title: Stratum, node js and socket.io
Post by: konradp on March 04, 2014, 06:35:48 PM
Hi,

I'm in the middle of reading about bitcoin and node js. I'm supposed to create a pool service, now I'm supposed to choose technology behind id.

I really like node js, I know there are modules supporting this, but they have thousands of thousends of lines of code.

I, for now, just need to know if this possible to implement pool service, based on stratum, using node.js+socket.io

 


Title: Re: Stratum, node js and socket.io
Post by: konradp on March 06, 2014, 04:52:47 PM
bump :(


Title: Re: Stratum, node js and socket.io
Post by: CaptEmulation on March 07, 2014, 05:56:39 AM
I've been working on a node.js + express back-end for user, wallet and balance management.  It's going a bit slow because I am also building out backbone UI for everything (admin panels, etc).  Slow going-- and I only work on it a little bit at a time.  Still not ready for an initial release but I'll keep you posted if anything turns up on github.  Not using socket.io ATM, but am planning on integration it eventually more for a "final responsive UI polish".


Title: Re: Stratum, node js and socket.io
Post by: konradp on March 08, 2014, 03:44:15 AM
So, you say it is possible yes?


Title: Re: Stratum, node js and socket.io
Post by: CaptEmulation on March 18, 2014, 06:13:06 AM
I am using https://www.npmjs.org/package/bitcoin for RPC to wallet bitcoind.  Works out of the box with several of the altcoins I tried.  Just for kicks, I am building with node 0.11 with experimental ES6 generator support.


Title: Re: Stratum, node js and socket.io
Post by: imabauss on March 18, 2014, 08:29:48 AM
I'm no expert but you should look into:

https://github.com/pocesar/node-stratum

There's actually a couple you can choose from but its a start! :]