M
M
mopsicus2013-12-19 21:16:27
client-server
mopsicus, 2013-12-19 21:16:27

Which technology to choose for data exchange between iPad - server - iPad?

Hello,
I want to make an application for the iPad with which I could draw diagrams, graphs, etc. by hand and they would be displayed in real time on another iPad. What is the best way to implement this idea? Rails? It is necessary that the data pass through the server and without delay. Maybe there is already a place to see similar projects.
Thank you.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
_
_ _, 2013-12-19
@mopsicus

It looks like people have a strong association with Rails = Holy Grail.
Make a server with normal tcp/ip connections. If you want Ruby - take EventMachine and go.

S
Sergey Lerg, 2013-12-21
@Lerg

I would take Google App Engine with Go. It is quite easy to implement such interaction on its channels. Plus, the speed itself is high.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question