On Feb 16, 11:18 am, Keyan <keyan...@gmail.com> wrote:
> The software i'd like to write is a kind of " remote desktop control",
> it has:one server and many clients
>
> server  task is to control client's sytem &  could able to handle
> keyboard and mouse events of the client system.
>
> Please let me know is it possible to do using Django!
>

Django is a python web development framework, so whatever is possible
using Python and the HTTP protocol can be done using Django.
Now ask yourself whether what you describe can be done using the HTTP
protocol...

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to