https://github.com/ipublikuj/websockets
Websockets server implementation for Nette Framework (3.0+)
https://github.com/ipublikuj/websockets
extension ipub ipublikuj nette websocket-server websockets
Last synced: 3 months ago
JSON representation
Websockets server implementation for Nette Framework (3.0+)
- Host: GitHub
- URL: https://github.com/ipublikuj/websockets
- Owner: ipublikuj
- License: other
- Created: 2017-02-17T23:14:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-07-02T21:07:39.000Z (about 1 year ago)
- Last Synced: 2025-03-24T02:11:15.921Z (4 months ago)
- Topics: extension, ipub, ipublikuj, nette, websocket-server, websockets
- Language: PHP
- Homepage:
- Size: 342 KB
- Stars: 6
- Watchers: 1
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WebSockets
[](https://github.com/ipublikuj/websockets)
[](https://github.com/ipublikuj/websockets/blob/master/LICENSE.md)
[](https://coveralls.io/github/ipublikuj/websockets)
[](https://packagist.org/packages/ipub/websockets)
[](https://packagist.org/packages/ipub/websockets)
[](https://github.com/phpstan/phpstan)An extension for implementing WebSockets into the [Nette Framework](http://nette.org/)
## Installation
The best way how to install ipub/websockets is using [Composer](http://getcomposer.org/):
```sh
$ composer require ipub/websockets
```After that you have to register the extension in the config.neon.
```neon
extensions:
webSockets: IPub\WebSockets\DI\WebSocketsExtension
```## Documentation
Learn how to create a web socket server & controllers in [documentation](https://github.com/iPublikuj/websockets/blob/master/docs/en/index.md).
***
Homepage [https://www.ipublikuj.eu](https://www.ipublikuj.eu) and repository [http://github.com/iPublikuj/websockets](http://github.com/iPublikuj/websockets).