Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fourcube/guice-undertow-websockets
- Owner: fourcube
- Created: 2014-10-16T08:25:27.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-16T15:23:54.000Z (over 10 years ago)
- Last Synced: 2024-04-15T20:51:42.014Z (9 months ago)
- Language: Java
- Size: 121 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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