News Feed
Jobs Feed
Sections




News Archive
Michael Feichtinger's Blog:
PHP5 WebSocket Example - A Simple Chat
February 03, 2011 @ 09:47:28

Michael Feichtinger has posted a simple websocket example to his blog today. It shows the creation of a simple "web chat" application for real-time communication without the mess that can come with ajax.

The classic example for websockets is a chat. This chat example has only 200 lines of code (excl. the Websocket class), is really easy to understand and customizable.

He creates a basic "WebsocketClass" class that (in his example) connects to an IP and port. It uses JSON as the messaging format and some basic javascript to handle the clicks of the "chat" and "login" buttons. You can see an example in action here and download the source for the server.php here.

0 comments voice your opinion now!
websocket exmaple tutorial chat realtime json javascript


blog comments powered by Disqus

Similar Posts

DevShed: Sanitizing Input with PHP

php|architect: Application-level Logging with the Zend Framework

DevShed: Building a Blogger with the Code Igniter PHP Framework

Zend Developer Zone: Create APIs with FRAPI

CatsWhoCode.com: Getting started with CouchDB: a beginner's guide


Community Events









Don't see your event here?
Let us know!


testing unittest object phpunit event composer database introduction api community functional opinion release interview framework example code development zendframework2 language

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework