Question

I'm working on a small search engine with tire and elastic search. I just started the project and I would like the search to be as fast as possible.

What technology should I use for this purpose, turbolinks or backbone.js?

Also. I would like to know how I can solve the problem of "Seo" with these technologies.

thanks

Was it helpful?

Solution

Using Backbone with ajax requests will be slightly faster than using Turbolinks.

However, Turbolinks will provides SEO by default, whereas you have to do a lot of work to make Backbone and SEO work (See this StackOverflow question)

You'll also have to write a lot of JavaScript if you use Backbone compared to writing hardly any JavaScript if you use Turbolinks.

It's really up to you to weigh the pros and cons and decide which option is better for your situation though.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top