Hi, I'd like to start a lab related to the websocket api and the websocket protocol. It will initially contain an implementation of a Java websocket client. The aim is to provide multiple versions according to each of the latest IETF drafts offering compliance with existing server implementations. Also, there is a similar Jira opened in HttpComponents [1].
If it proves to be a useful project and gets promoted to incubator or as a subproject, adding server implementations and multiple language support would be the next steps in the development of this project. It would enable Apache projects to have a faster adoption of websockets if desired as well as providing proof of concept implementations and giving feedback to the IETF working group. I'd like to start Monsoon in the Apache Labs in order to be able to experiment and explore what a websocket implementation implies. Thank you, Florian [1] https://issues.apache.org/jira/browse/HTTPCLIENT-973 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns=" http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:labs="http://labs.apache.org/doap-ext/1.0#" xmlns:projects=" http://projects.apache.org/ns/asfext#"> <Project rdf:about=" http://labs.apache.org/labs#monsoon"> <name>Apache Monsoon</name> <shortname>monsoon</shortname> <shortdesc xml:lang="en">Monsoon offers implementations of the Websocket protocol according to the latest IETF drafts.</shortdesc> <description xml:lang="en">Monsoon offers implementations of the websocket protocol according to the latest IETF drafts. This enables a faster adoption of websockets in Apache projects as well as giving feedback to the IETF HyBi working group.</description> <homepage rdf:resource="http://labs.apache.org/monsoon/"/> <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/> <created>2010-10-29</created> <labs:status>active</labs:status> <maintainer> <foaf:Person rdf:about="http://people.apache.org/~fmoga/#me"> <foaf:name>Florian Moga</foaf:name> <foaf:homepage rdf:resource=" http://people.apache.org/~fmoga/"/> <foaf:mbox_sha1sum>356eee9336642924ebf05921e6d20e37ea707ac8</foaf:mbox_sha1sum> </foaf:Person> </maintainer> <repository> <SVNRepository> <location rdf:resource="http://svn.apache.org/repos/asf/labs/monsoon/"/> <browse rdf:resource="http://svn.apache.org/viewvc/labs/monsoon/"/> </SVNRepository> </repository> <programming-language>Java</programming-language> </Project> </rdf:RDF>
