D
D
don2014-12-18 22:51:00
JavaScript
don, 2014-12-18 22:51:00

How to port an application to the cloud?

There is a bunch of an application on the pluses and a web interface to it, which communicate via web sockets and live perfectly on the localhost.
I would like to scale this system to a web service. What are the pitfalls?) Only reading data comes from the user, if it is important.
The task seems quite typical, so it is interesting how it is now fashionable to solve such problems.
So far I've come to the conclusion that all I need is nginx to serve the page and run server processes, one per user.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Armenian Radio, 2014-12-18
@gbg

Develop caching, synchronization, load balancing and expose to the cloud.

A
Alexey, 2014-12-19
@MAKAPOH

It is probably worth looking at how cloud platforms are arranged and how applications are written for them, and based on this, evaluate how to do it in your particular case. Look at the same cocaine . On Habré there are examples of how to launch your own cloud and how to write something under it.
We see it like that.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question