Questions tagged [chatroom]

Chatrooms are places where multiple users can communicate online and talk about a specific topic.

Chatrooms are places where multiple users can communicate online and talk about a specific topic. Chatrooms usually provide the option to send messages that all users (from the chatroom) will see, as well as see a list of all users and their status. Often the chatrooms provide the option for personal messages - you can select a user from the chatroom user list, and send a message only to that user.

227 questions
0
votes
3 answers

Select() sometimes does not wait

I'm writing a chat program, and my receive function sometimes does not wait at all.. Here is the receiving code: The important parts are basically the first half, but i've added the whole function just in case. (Edit: the commenting is for myself,…
Prodigga
  • 1,457
  • 1
  • 22
  • 37
0
votes
2 answers

Will polling from a SQL DB instead of a file for chat application increase performance?

I'm working on a chat application which I would love to use a SQL db for. My problem is, after a few google searches, i have people telling me from one site, that using a DB would be much slower then using a normal file (e.g Text or JSON file), but…
user849137
0
votes
1 answer

MyBB getting user session for chat

I'm trying to implement a Chat Room for a forum of mine. I built the Chatroom myself using PHP and Ajax, but I'm also trying to figure out how to only allow users that are part of my MyBB forum to use the Chat. So what I'm basically trying to do…
nowayyy
  • 917
  • 1
  • 17
  • 45
0
votes
1 answer

In a chat room implemented using PHP & jQuery ajax method, how can i put emoticons/ smileys?

I created 3 pages- mainpage.php, post.php, display.php. mainpage has the main chat interface with a div id 'chatbox', and a textarea with a submit button. On click of the submit button, use jQuery to call post.php & enter the user's message into the…
P.C.
  • 651
  • 13
  • 30
0
votes
1 answer

How to build a chatroom which new channels can be created during server running?

Having read posts about node.js for a long time, I tried to write my own style of chatroom with socket.io . Here's the link, but only one channel: http://zhonglichat.cnodejs.net/ Here's what I'm thinking about: Visitors can create new channels by…
jiyinyiyong
  • 4,586
  • 7
  • 45
  • 88
0
votes
1 answer

Cookie Overflow & Association Errors

I'm creating a Ruby on Rails chatroom web application but ran into a problem while trying to update "last active" times for a user. Each "Client" model is linked to a "LoginStatus" model through an association. Every 5 seconds I poll the server…
Vivek
  • 621
  • 7
  • 18
0
votes
4 answers

Chat-room app for mobile/tablet - is it technically possible?

I am looking to hire a developer to create an app based on an idea I have and in preparation have hit a bit of a roadblock. For my app, part of the functionality is meant to have a chat-room like feature where by a large number of users can be have…
James
  • 737
  • 2
  • 11
  • 27
0
votes
1 answer

Building something like Omegle

I want to implement a Omegle like chat system on a website, which will match up 2 people in a chatroom. The problem is that i don't know if this is possible with just PHP and MySQL, because these are the only programming languages i have learned so…
something
  • 517
  • 3
  • 10
  • 22
0
votes
1 answer

Elixir-socket receive problem in a chatroom project

Hi,im a beginner using Elixir to write a chatroom project, and I've been stuck on setting up the connection between client and server. My plan is to write 2 modules for client and server and had them apply all their functions within their individual…
zhy21345
  • 1
  • 1
0
votes
0 answers

Flask SocketIO chat app works locally but not on Heroku

I am working on a chatroom full-stack web app with Python Flask SocketIO, where users can join a room with a provided code and chat together. The app works fine on my local machine, but it doesn’t work properly on Heroku cloud hosting. The site…
0
votes
0 answers

GKE notifications to gchat room via cloud functions and pub/sub

Setup is using the GKE notifications feature which uses a pub/sub topic, in return this will be using a cloud function to push the notifications (security, upgrade and upgrade available events) into a google chat room via a webhook. Has anyone got…
0
votes
1 answer

I tried to create a chat room using PeerJS that can accommodate three or more people, but it doesn't work at all. What could be the problem?

I made a simple chat program like this. When I tried accessing the same page URL from another computer, there was no response. Is there a way to solve this problem? P2P…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/websocket" class="post-tag grid--cell" title="show questions tagged 'websocket'" rel="tag">websocket</a> <a href="../../questions/tagged/chat" class="post-tag grid--cell" title="show questions tagged 'chat'" rel="tag">chat</a> <a href="../../questions/tagged/peerjs" class="post-tag grid--cell" title="show questions tagged 'peerjs'" rel="tag">peerjs</a> <a href="../../questions/tagged/peer" class="post-tag grid--cell" title="show questions tagged 'peer'" rel="tag">peer</a> <a href="../../questions/tagged/chatroom" class="post-tag grid--cell" title="show questions tagged 'chatroom'" rel="tag">chatroom</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 07 '23 at 01:02">asked Apr 07 '23 at 01:02</time> <a href="../../users/21576971/ck-c" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/21576971.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="CK C" /> </a> <div class="s-user-card--info"> <a href="../../users/21576971/ck-c" class="s-user-card--link">CK C</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-75951488"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>0</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/75951488/udp-chat-room-in-python" class="question-hyperlink">UDP Chat Room in Python</a></h3> <div class="excerpt">How do I properly implement my /leave function? I'm trying to make it so that when /leave is entered (after the client registers into the server), the client exits, the server runs, and a message sending to all clients that the user has just left…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/python" class="post-tag grid--cell" title="show questions tagged 'python'" rel="tag">python</a> <a href="../../questions/tagged/sockets" class="post-tag grid--cell" title="show questions tagged 'sockets'" rel="tag">sockets</a> <a href="../../questions/tagged/udp" class="post-tag grid--cell" title="show questions tagged 'udp'" rel="tag">udp</a> <a href="../../questions/tagged/chatroom" class="post-tag grid--cell" title="show questions tagged 'chatroom'" rel="tag">chatroom</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Apr 06 '23 at 15:56">asked Apr 06 '23 at 15:56</time> <a href="../../users/21582586/panacoder" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/21582586.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="PanaCoder" /> </a> <div class="s-user-card--info"> <a href="../../users/21582586/panacoder" class="s-user-card--link">PanaCoder</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-75726098"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>1</strong> answer </div> </div> </div> <div class="summary"> <h3><a href="../../questions/75726098/how-would-i-pair-2-random-participants-using-twilio-video" class="question-hyperlink">How would I pair 2 random participants using Twilio Video?</a></h3> <div class="excerpt">I've asked this question before a few years back on the now defunct Twilio Community forums and I can no longer get to the insights provided there. Basically, I'm looking for a suggested approach to allow an unknown amount of users to visit a site…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/twilio" class="post-tag grid--cell" title="show questions tagged 'twilio'" rel="tag">twilio</a> <a href="../../questions/tagged/webrtc" class="post-tag grid--cell" title="show questions tagged 'webrtc'" rel="tag">webrtc</a> <a href="../../questions/tagged/p2p" class="post-tag grid--cell" title="show questions tagged 'p2p'" rel="tag">p2p</a> <a href="../../questions/tagged/chatroom" class="post-tag grid--cell" title="show questions tagged 'chatroom'" rel="tag">chatroom</a> <a href="../../questions/tagged/twilio-video" class="post-tag grid--cell" title="show questions tagged 'twilio-video'" rel="tag">twilio-video</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 13 '23 at 19:22">asked Mar 13 '23 at 19:22</time> <a href="../../users/4854119/lee-martin" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/4854119.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="Lee Martin" /> </a> <div class="s-user-card--info"> <a href="../../users/4854119/lee-martin" class="s-user-card--link">Lee Martin</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">81</li> <li class="s-award-bling s-award-bling__silver" title="1 silver badges">1</li> <li class="s-award-bling s-award-bling__bronze" title="5 bronze badges">5</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="mln24"> <div class="question-summary" id="question-summary-75712833"> <div class="statscontainer"> <div class="stats"> <div class="vote"> <div class="votes"> <span class="vote-count-post"><strong>0</strong></span> <div class="viewcount">votes</div> </div> </div> <div class="status "> <strong>0</strong> answers </div> </div> </div> <div class="summary"> <h3><a href="../../questions/75712833/why-npm-run-build-command-going-faild-in-the-project" class="question-hyperlink">why npm run build command going faild in the project?</a></h3> <div class="excerpt">i want to host my chatroom project deploy on the firebase site I am following this stepe npm install -g firebase-tools then it start to install it successfully without any mistake. firebase login this step successfully firebase init this also…</div> <div class="grid ai-start jc-space-between fw-wrap"> <div class="grid gs4 fw-wrap tags "> <a href="../../questions/tagged/reactjs" class="post-tag grid--cell" title="show questions tagged 'reactjs'" rel="tag">reactjs</a> <a href="../../questions/tagged/chatroom" class="post-tag grid--cell" title="show questions tagged 'chatroom'" rel="tag">chatroom</a> </div> <div class="started mt0"> <div class="s-user-card s-user-card"> <time class="s-user-card--time" datetime="asked Mar 12 '23 at 11:33">asked Mar 12 '23 at 11:33</time> <a href="../../users/18917555/irshad-ali" class="s-avatar s-avatar__32 s-user-card--avatar"> <img class="s-avatar--image" src="../../users/profiles/18917555.webp" data-jdenticon-width="32" data-jdenticon-height="32" data-jdenticon-value="irshad ali" /> </a> <div class="s-user-card--info"> <a href="../../users/18917555/irshad-ali" class="s-user-card--link">irshad ali</a> <ul class="s-user-card--awards"> <li class="s-user-card--rep" title="reputation score">1</li> <li class="s-award-bling s-award-bling__bronze" title="1 bronze badges">1</li> </ul> </div> </div> </div> </div> </div> </div> </div> <div class="s-pagination pager fr"> <a class="s-pagination--item" href="../../questions/tagged/chatroom_page=5" rel="prev" title="Go to page 5">Prev </a> <a class="s-pagination--item" href="../../questions/tagged/chatroom_page=1" rel="" title="Go to page 1">1</a> <a class="s-pagination--item" href="../../questions/tagged/chatroom_page=2" rel="" title="Go to page 2">2</a> <a class="s-pagination--item" href="../../questions/tagged/chatroom_page=3" rel="" title="Go to page 3">3</a> <div class="s-pagination--item s-pagination--item__clear">…</div> <a class="s-pagination--item" href="../../questions/tagged/chatroom_page=15" rel="" title="Go to page 15">15</a> <a class="s-pagination--item" href="../../questions/tagged/chatroom_page=16" rel="" title="Go to page 16">16</a> <a class="s-pagination--item" href="../../questions/tagged/chatroom_page=7" rel="next" title="Go to page 7"> Next</a> </div> </div> </div> </div> </div> <script src="../../static/js/stack-icons.js"></script> <script src="../../static/js/fromnow.js"></script> </body> </html>