Re: data sharing with multiple clients by server simultaneously

2019-01-29 Thread Adam Johnson
This mailing list is for the development of Django itself, not for support using Django. Please use the django-users mailing list for that, or IRC #django on freenode, or a site like Stack Overflow. On Tue, 29 Jan 2019 at 17:51, shiva kumar wrote: > Hi guys. I have a doubt regrading communicatio

data sharing with multiple clients by server simultaneously

2019-01-29 Thread shiva kumar
Hi guys. I have a doubt regrading communication b\w client and server. consider an example there are 20 clients continuously connected and share data with server and server response to there request. my requirements are What are all the concepts needed inorder to make it? and some alternatives. t