Author

Topic: popular web frameworks for bitcoin development? (Read 1566 times)

donator
Activity: 213
Merit: 100
If using Ruby, the popular Sinatra framework is lightweight and has a rather gentler learning curve than Rails.
legendary
Activity: 965
Merit: 1000
I wrote some basic stuff in Java, like Currency, CurrencyPair, Order, Trade etc. Depends on what you want build.
legendary
Activity: 905
Merit: 1011
Of the choices there is basically no existing open-source bitcoin infrastructure for web apps, except perhaps a few scattered things in Python (pynode, for example). You're going to be doing a lot of stuff from scratch using JSON-RPC--which is available everywhere--so it matters far more how good your selection of language and framework is at doing general web stuff. Ruby (on Rails) and Python (with Django) are both excellent choices, and easy to get hosted on a professional environment like Herkoku.
legendary
Activity: 2856
Merit: 1520
Bitcoin Legal Tender Countries: 2 of 206
how about Java and this here? --> http://code.google.com/p/json-simple/
legendary
Activity: 1372
Merit: 1007
1davout
If you're manly enough Rails is the best choice.
legendary
Activity: 882
Merit: 1001
blockchain.info uses Coyote, so it's probably also using Tomcat, therefore is probably using Java.  Like so many other sites, it uses Twitter's Bootstrap and jQuery on the frontend.

SatoshiDice is clearly PHP.

Bitcoin MineField is served by Express, therefore is built on top of Node, which is Javascript.  The frontend uses jQuery and jQuery UI.
Out of these, I like Express a lot. Never tried Coyote, and I don't like PHP.
legendary
Activity: 1498
Merit: 1000
i stick with pure php

i would like to use php as well for an experimental project, just to keep it simple

are there any frameworks/guidelines to building a bitcoin friendly site in php?

the successful bitcoin sites i've seen usually have these attributes:

* they accept bitcoins by given each unique user a unique wallet to send money to
* they allow for anonymous, tokenized access


You will probably want to use this http://jsonrpcphp.org/ and unqiue address for every transaction is the standard, when you want to start figuring out who send the transfer that is when things get difficult.
newbie
Activity: 20
Merit: 0
i stick with pure php

i would like to use php as well for an experimental project, just to keep it simple

are there any frameworks/guidelines to building a bitcoin friendly site in php?

the successful bitcoin sites i've seen usually have these attributes:

* they accept bitcoins by given each unique user a unique wallet to send money to
* they allow for anonymous, tokenized access
newbie
Activity: 28
Merit: 0
i stick with pure php
newbie
Activity: 20
Merit: 0
blockchain.info uses Coyote, so it's probably also using Tomcat, therefore is probably using Java.  Like so many other sites, it uses Twitter's Bootstrap and jQuery on the frontend.

SatoshiDice is clearly PHP.

Bitcoin MineField is served by Express, therefore is built on top of Node, which is Javascript.  The frontend uses jQuery and jQuery UI.
Thanks!

newbie
Activity: 21
Merit: 0
blockchain.info uses Coyote, so it's probably also using Tomcat, therefore is probably using Java.  Like so many other sites, it uses Twitter's Bootstrap and jQuery on the frontend.

SatoshiDice is clearly PHP.

Bitcoin MineField is served by Express, therefore is built on top of Node, which is Javascript.  The frontend uses jQuery and jQuery UI.
legendary
Activity: 882
Merit: 1001
I don't know what other services are using, but I personally recommend Django.
newbie
Activity: 20
Merit: 0
does anyone know what blockchain, satoshidice, bitcoin minesweeper, etc are built with?

Jump to: