Lets have a look at this examle
http://bitcointicker.co/ and discuss what is best to set this price ticker up. I am new to those complex type of websites with frequent calls to exchange side API's.
What framework would you choose to make it work on a self-hosted server?
http://o65.tinypic.com/2ef59c9.pngI started to learn full-stack Python with Django, as everything comes out of the box. Bitcointicker.co seems to be build on node.js after I found this repo
https://github.com/btccointicker/website-live-connection-mapFurther features would be:
- mail notification triggered on certain price level
- Graphs to show market depth and price history, so I will have to interface with a database - preferably MySQL
What are your suggestions - should I rather use some other framework?
I did not find a profound tutorial yet.