hno Posted August 27, 2009 Share Posted August 27, 2009 hi Is it possible to make a chat server with using socket?If so ,How can do that? thanks Quote Link to comment https://forums.phpfreaks.com/topic/172163-question-about-creating-chat-server/ Share on other sites More sharing options...
MadTechie Posted August 27, 2009 Share Posted August 27, 2009 Yes, by coding it. Create a listening socket that echo's the message data form socket's that you have writing to it, if you have a good understanding of what sockets are and how to use them you shouldn't have too many issues using them in PHP, When learning about sockets one of my first project was I create a P2P chat then expanded it for more uses, I then added a white board and some games (infact it was like a basic version of today's MSN) Quote Link to comment https://forums.phpfreaks.com/topic/172163-question-about-creating-chat-server/#findComment-907744 Share on other sites More sharing options...
ignace Posted August 27, 2009 Share Posted August 27, 2009 I then added a white board and some games (infact it was like a basic version of today's MSN) Except it was less error prone. Quote Link to comment https://forums.phpfreaks.com/topic/172163-question-about-creating-chat-server/#findComment-907747 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.