Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fourcube/guice-undertow-websockets

This example project demonstrates how to use an embedded Undertow Server in conjunction with Guice.
https://github.com/fourcube/guice-undertow-websockets

Last synced: 2 months ago
JSON representation

This example project demonstrates how to use an embedded Undertow Server in conjunction with Guice.

Awesome Lists containing this project

README

        

# guice-undertow-websockets

This example project demonstrates how to use an embedded Undertow Server in conjunction with Guice.

## Running

You can run the sample using the `gradle run` command.
Point your browser at http://localhost:8081 to visit the sample page.

## Requirements

- gradle
- java 8