A
A
Alexey2010-09-20 21:36:34
Database
Alexey, 2010-09-20 21:36:34

Tell me the best tool for implementing an Internet project

Task: Educational Internet project. There are quite a lot of graphics and reactions to user actions, while the main algorithms are executed on the server, the user profile and his learning progress are also stored there.
1. Is Flash the best implementation?
2. If the project is successful, I would like to be able to take into account the high load on the server (hundreds of accesses per second), although theoretically it is possible, of course, to raise several servers. Nevertheless, what effective mechanisms on the server side should be chosen (database (given the high volume of insert / update operations) + return of results).

You can answer questions individually, I'm interested in everything now.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
K
kirushik, 2010-09-20
@kirushik

Choose the technologies that your team is best versed in.
If you are alone, and experience is still tight - find yourself a guru. And do it on the platform he specializes in.
This is the only way I know of not abandoning a project halfway through.

S
Stasik0, 2010-09-20
@Stasik0

About flash - you need to weigh what functions you need (if you don't have a flash guru). Without knowing the parameters of your project, I would say that flash is needed for video and audio (well, maybe heavy animation). Cons - no indexing by the browser, and many other pitfalls, such as bookmarks at a specific URL.

D
Dmitry, 2010-09-21
@Neir0

>1. Is Flash the best implementation?
You can also look towards silverlight. Great for building RIA web applications.
Plus, you can make a desktop and mobile version of the application with minimal alterations.

M
minibikini, 2010-09-22
@minibikini

Flush is not kosher in the 21st century.
Most likely, simple javascript (jQuery) and css3 will suffice for you.
Well, the server side can be done at least on anything ... Probably the easiest way is with php + a good framework.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question