Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tristanbes/ratchet-test
https://github.com/tristanbes/ratchet-test
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tristanbes/ratchet-test
- Owner: tristanbes
- License: mit
- Created: 2012-07-13T13:06:16.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-15T15:19:40.000Z (almost 12 years ago)
- Last Synced: 2023-04-12T13:02:19.244Z (over 1 year ago)
- Language: PHP
- Size: 163 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ratchet server - Demo Chat
========================This Symfony2 project is here just to quickly test Websockets for PHP.
### Installation
- Clone the project, and setup your `vhost`
- Run `php composer.phar install`
- Launch the Ratchet server via `php app/console ratchet:launch` (its bound to port 8080)## Use
- Open 2 different browsers
- Type a message and send it
- It instantly shows up on the 2nd browser## Links
[https://github.com/cboden/Ratchet][1]
[http://socketo.me/][2]
[1]: https://github.com/cboden/Ratchet
[2]: http://socketo.me/