An open API service indexing awesome lists of open source software.

https://github.com/pmlopes/eventbus-webrtc


https://github.com/pmlopes/eventbus-webrtc

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Eventbus-webrtc

![https://vertx.io](https://img.shields.io/badge/vert.x-4.3.1-purple.svg)

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)