https://github.com/pmlopes/eventbus-webrtc
https://github.com/pmlopes/eventbus-webrtc
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmlopes/eventbus-webrtc
- Owner: pmlopes
- Created: 2022-06-13T18:30:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T05:50:41.000Z (almost 4 years ago)
- Last Synced: 2025-01-08T07:15:53.829Z (over 1 year ago)
- Language: JavaScript
- Size: 119 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eventbus-webrtc

This application was generated using http://start.vertx.io
## Building
To launch your tests:
```
./mvnw clean test
```
To package your application:
```
./mvnw clean package
```
To run your application:
```
./mvnw compile vertx:run
```
If you keep it running editing your application will automatic restart the server on changes.
You still need to refresh the browser window to see javascript changes.
## Help
* [https://vertx.io/docs/](Vert.x Documentation)
* [https://stackoverflow.com/questions/tagged/vert.x?sort=newest&pageSize=15](Vert.x Stack Overflow)