A
A
Anton2014-06-24 17:23:32
JavaScript
Anton, 2014-06-24 17:23:32

Give advice on the application. What to use?

I'm going to make an application for the social network. It is simple, the gameplay between users consists of a background and a few static game objects on it, as well as a window for answering questions. I chose a server on node.js (the latest express) and a client without canvas libraries, and I didn’t encounter DOM and backbonejs, only jQuery. Tell me if the choice is right, and give must-read materials on this topic.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Roman Zhak, 2014-06-24
@romanzhak

Backbone.js structures the code, helps distribute tasks, and makes it easier to maintain. If the application is really complex - the choice is good. This is a kind of MVC implementation.
For mastering it is desirable to have good skills in JS.
You can look towards AngularJS, another MV * framework, it will be simpler and have many built-in features.

A
Alexey Lebedev, 2014-06-24
@swanrnd

jQuery will suffice in this case. Experience is, do it faster and better.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question