Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taichi/jetty8-websocket-example
https://github.com/taichi/jetty8-websocket-example
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/taichi/jetty8-websocket-example
- Owner: taichi
- License: other
- Created: 2012-05-22T09:39:20.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-05-22T09:42:24.000Z (over 12 years ago)
- Last Synced: 2024-11-16T21:41:49.650Z (2 months ago)
- Language: Groovy
- Size: 129 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Requirements
* java7 or more tested by 1.7.0_02
* gradle 1.0-rc-3 (for development and build)
* eclipse 3.7.2 (for development)
* [Groovy-Eclipse 2.6.1](http://groovy.codehaus.org/Eclipse+Plugin)## Setup for development
* clone this repository
`git clone [email protected]:taichi/jetty8-websocket-example.git`
* make gradle.properties
* add proxy entry if you need.
* if you haven't use gradle yet
* execute gradle installation shell script called gradle wrapper.
`gradlew` (Linux/Mac)
`gradlew.bat` (Windows)
* convert to eclipse project
`gradlew eclipse`
* run test
`gradlew test`## License
Apache License, Version 2.0