1

I'm building a real time iot Django server. My server should connect with multiple iot devices at the same time. I know that through a django channel I can serve a client. Is it possible for a django channel to handle multiple clients at once?If not do I need to create multiple websockets in order to handle multiple clients at the same time?

1
  • 1
    Yes it can handle multiple clients just like normal HTTP servers can handle connections from different client browsers and mobile devices. Of course, it creates a websocket connection with each client Commented May 4, 2019 at 9:47

1 Answer 1

1

If you are trying to use iot, then I will suggest to go for 3 party solution like PubNub and JavaScript. PubNub has good documentation and will handle most of the heavyweights out of the box.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.