I would like to make a chat server in java, but I do开发者_Go百科n\'t know if it\'s a good idea, because I can\'t understand what is the maximum of the users of which can handle...
I am trying to implement a minimal chat server in java over regular TCP protocol. The chat server will listen on a specific port. The question I have is if there are multiple clients sending messages
With Pusher and Beacon push cloud services I can get live开发者_如何学编程 updates in all browsers. Even implement chat functionality.
I was thinking of integrating facebook chat into my own site. Is there a JavaScript API for it? If so, can someone point me t开发者_如何学JAVAo a example/tutorial?Facebook has one chat api to integrat
I am writing a users-admin chat system (with logged users) where an admin must detect online users. I don\'t have any experience with this sort of system and I need your advice.
So, i have mIRC making a listen (bear with me on this one) on port 1235 and i tried to make a php script to connect to such port on my localhos开发者_Go百科t server.
My OS is Windows 7 and I am building a wireless LAN chat VS wired LAN chat, and I have been wondering if space is considered a character?开发者_如何学CAnd if not why? And if yes why?Yes, space is a ch
the clients will be 开发者_StackOverflowable to chat one-to-one and in group (temperately rooms) similar to Skype.
My class was recently assigned a group project to be worked on over the next 5 or 6 weeks. It is largely complicated, but a specific item I need to work on involves a chat feature. To keep it simple,
i am trying to build a chat! now my goal is to receive input from the user, (which will be fed to a function in a class), save it and send the object to the user over the net.