[erlang-questions] newbie web-development advice / guidance

Marc Worrell marc@REDACTED
Fri Jul 29 15:19:18 CEST 2011


The problem with javascript-for-everything-on-the-user-agent is that your site is not a web site anymore but an application.
This makes your site very hard to access for crawlers, screen readers etc. etc.

- Marc


On 29 jul 2011, at 15:14, Ngoc Dao wrote:

> There is a new (and hot!) web development paradigm brought by backbone.js:
> * The server side only returns JSON data <--- this minimizes the
> weakness of Erlang
> * Use backbone.js for everything else (templates etc.)
> 
> See tutorials and demos:
> https://github.com/documentcloud/backbone/wiki/Tutorials%2C-blog-posts-and-example-sites
> 
> Ngoc




More information about the erlang-questions mailing list