M
M
matveyvarg2015-09-20 15:37:48
Web development
matveyvarg, 2015-09-20 15:37:48

How to make user rooms?

How it is possible to implement similarity of such scheme:
The client creates a room. The room must store some data, say the number of clients connected to the room, the name of each connected client and something else (perhaps as a group chat). The client who created the room can call friends (for example, using a special link). If we take the idea of ​​a group chat, then users in a room can communicate with each other (but only within the room) And there can be a lot of such rooms. With the help of what can this be done? Considered options for NodeJS and Python Tornado.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Artem Spiridonov, 2015-09-20
@customtema

What do you mean by "with what"? With any programming language. The task is trivial.

R
Roman Kitaev, 2015-09-20
@deliro

Yes, anything.

V
Viktor, 2015-09-22
@Levhav

Look at this project comet-server.ru this is a saas comet server with its use you don't have to bother with the intricacies of working with websockets and then you could choose any language including php

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question