https://github.com/py-package/masonite-broadcast-server
https://github.com/py-package/masonite-broadcast-server
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/py-package/masonite-broadcast-server
- Owner: py-package
- License: mit
- Created: 2022-04-20T08:14:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-18T06:05:59.000Z (almost 3 years ago)
- Last Synced: 2025-04-23T14:14:29.244Z (2 months ago)
- Language: TypeScript
- Size: 237 KB
- Stars: 10
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Masonite Broadcast Server
![]()
## Introduction (WIP)
Broadcast server for masonite framework. It is a simple server that can be used to broadcast messages to all connected clients using socket-io.
**Masonite Broadcast Server and Client Library**
- [x] [Broadcast Driver - Backend](https://github.com/py-package/masonite-socketio-driver)
- [x] [Broadcast Client](https://github.com/yubarajshrestha/masonite-broadcast-client)### Getting Started
Install the package using yarn or npm:
```sh
$ yarn add masonite-broadcast-server -g
$ npm install masonite-broadcast-server -g
```### Start the Server
You can start the server using the following command:
```sh
$ mbroadcast start
$ mboradcast start --port=3000 --host=127.0.0.1 --auth=http://localhost:8000/broadcasting/auth
```
### Contribution
Because of tricky time and stuff I am not able to complete this library yet, but I am working on it. I will update the features and fix bugs as soon as I get time. If you can help me complete this library, please send me a pull request.