Is canva website used Backbone js..? [closed] - javascript

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 years ago.
Improve this question
I am going to do a web app which is relatively same as canva. I am very eager to know which js framework they used.
My question:
They used Backbone js..?
If yes, why they used for it..?
If no, what js they used..?
I searched for the js framework they used in their canva engineering site, but can't able to retrieve the details.

They are using php+backbone js.
I think php for their rest api's and backbone for DOMmanipulations

Related

Unable to write R/Python code from our JS applicaiton [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm trying to integrate a code editor within our javascript application to execute R and Python code.
The ones we have used are just plain vanilla, i'm looking for a code-editor that can provide code highlighting etc and can display results back in another form
You can try this Markdown. More info here:
https://guides.github.com/features/mastering-markdown/

Where to share my JavaScript library? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I've started making my own JavaScript libraries and want to share them so anyone can use them. Unfortunately I don't know any forums or sites I should publish my scripts on. Can you suggest me any of them? These libraries are not too big or relevant, but may come handy in some cases.
I think that the best site today is http://www.github.com.
After you can register your library at www.npmjs.com or bower.io

Looking for ZLIB library in JS or Pure Java that can work with GWT [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I am developing with GWT and need to decomrpess some data.
I can't find any good library in JS or in Java that would compile with GWT.
A quick google search turns up this implementation of zlib in pure Java.
This page suggests that JSmol is using JZlib in javascript by using Java2Script.

Pure Javascript library for charts displaying [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I am looking for a pure Javascript chart library to embed in my Javascript client, as I need to display multiple variables in one single chart.
The library will be possibily embedded in a future product with commercial purposes, so the
release license should fit this requirement...
I've been using ExtJS so far, but it isn't helping.
Any suggestion? Thanks in advance!
Try using http://highcharts.com/

How to implement dynamic page turning/curling with Javascript? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
Improve this question
I suspect most web developers are familiar with the Flash-based page curling transition to turn pages? (Such as here)
Can this be implemented, in a good way, with just simple HTML+CSS+JS?
(or any other 'native' browser languages, like SVG?)
My preferred library is jQuery, but any working JavaScript solution would be acceptable.

Categories

Resources