https://github.com/jadjoubran/building-realtime-web-apps
Join this interactive tutorial to learn how to build a real-time chat client with a "who's online" feature.
https://github.com/jadjoubran/building-realtime-web-apps
Last synced: 6 months ago
JSON representation
Join this interactive tutorial to learn how to build a real-time chat client with a "who's online" feature.
- Host: GitHub
- URL: https://github.com/jadjoubran/building-realtime-web-apps
- Owner: jadjoubran
- License: mit
- Created: 2015-04-22T20:14:21.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-10T21:15:18.000Z (almost 10 years ago)
- Last Synced: 2025-04-15T20:08:05.140Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.04 MB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Building real time web apps
Join this interactive tutorial to learn how to build a real-time chat client with a "who's online" feature.
Attendees will have access to a free promotional code from Pusher which offers 6 months of the starter plan for free (valued at $120).Requirements:
+ Git
+ PHP 5.4 or newer
+ Web server (any of the following Wamp, Xampp, Mamp, Lamp, Lemp or just the built in web server available with PHP 5.4)
+ Code Editor
+ Composer (optional)## Get started
`php -S localhost:8200` and navigate to http://localhost:8200/
## Info
This tutorial contains 8 steps. Each step being in a different branch.
Some dependencies are committed because internet connection is not reliable at conferences.
## Presented at
[Dutch PHP Conference 2015](http://www.phpconference.nl/building-realtime-web-apps)
[BDL Accelerate 2015](http://2015.bdlaccelerate.com/)
Author: [Jad Joubran](http://www.phpconference.nl/jad-joubran)