https://github.com/ipublikuj/websockets-wamp
Extension for implementing WAMP protocol into websockets server
https://github.com/ipublikuj/websockets-wamp
ipub ipublikuj wamp wamp-protocol wamp-server websockets
Last synced: 6 months ago
JSON representation
Extension for implementing WAMP protocol into websockets server
- Host: GitHub
- URL: https://github.com/ipublikuj/websockets-wamp
- Owner: ipublikuj
- License: other
- Created: 2017-03-04T21:15:12.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-19T20:11:11.000Z (10 months ago)
- Last Synced: 2024-09-20T12:05:45.575Z (7 months ago)
- Topics: ipub, ipublikuj, wamp, wamp-protocol, wamp-server, websockets
- Language: JavaScript
- Homepage:
- Size: 122 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WebSockets WAMP
[](https://github.com/ipublikuj/websockets-wamp)
[](https://github.com/ipublikuj/websockets-wamp/blob/master/LICENSE.md)
[](https://coveralls.io/github/ipublikuj/websockets-wamp)
[](https://packagist.org/packages/ipub/websockets-wamp)
[](https://packagist.org/packages/ipub/websockets-wamp)
[](https://github.com/phpstan/phpstan)Extension for implementing WAMP protocol into [ipub/websockets](https://github.com/iPublikuj/websockets)
## Installation
The best way to install ipub/websockets-wamp is using [Composer](http://getcomposer.org/):
```sh
$ composer require ipub/websockets-wamp
```After that you have to register extension in config.neon.
```neon
extensions:
webSocketsWAMP: IPub\WebSocketsWAMP\DI\WebSocketsWAMPExtension
```## Documentation
Learn how to create WAMP application & integrate it into websockets in [documentation](https://github.com/iPublikuj/websockets-wamp/blob/master/docs/en/index.md).
***
Homepage [https://www.ipublikuj.eu](https://www.ipublikuj.eu) and repository [http://github.com/iPublikuj/websockets-wamp](http://github.com/iPublikuj/websockets-wamp).