Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/taichi/jetty8-websocket-example


https://github.com/taichi/jetty8-websocket-example

Last synced: 8 days ago
JSON representation

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