Difference between revisions of "Websocket4j"

From Free Software Directory
Jump to: navigation, search
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=WebSocket4J
+
|Name=GNU WebSocket4J
|Short description=a WebSocket protocol implementation in Java.
+
|Short description=WebSocket protocol implementation in Java.
|Full description=GNU WebSocket4J is a WebSocket protocol (http://www.whatwg.org/specs/web-socket-protocol/) implementation in Java. It allows you to build Web applications that interact with applications running in a JVM. GNU WebSocket4J implements both server and client side of the protocol, so it can be used to build both WebSocket servers and clients.
+
|Full description=GNU WebSocket4J is a WebSocket protocol (https://tools.ietf.org/html/rfc6455) implementation in Java. It allows you to build Web applications that interact with applications running in a JVM. GNU WebSocket4J implements both server and client side of the protocol, so it can be used to build both WebSocket servers and clients.
 
|Homepage URL=https://www.gnu.org/software/websocket4j/
 
|Homepage URL=https://www.gnu.org/software/websocket4j/
|User level=intermediate
 
 
|Is High Priority Project=No
 
|Is High Priority Project=No
 
|VCS checkout command=bzr branch lp:websocket4j
 
|VCS checkout command=bzr branch lp:websocket4j
|Computer languages=Java
 
 
|Documentation note=https://gnu.org/software/websocket4j/manual/
 
|Documentation note=https://gnu.org/software/websocket4j/manual/
|Decommissioned/Obsolete=No
+
 
|Accepts cryptocurrency donations=No
+
'''Selection from the [https://shop.fsf.org/ FSF shop]'''
 +
 
 +
[https://shop.fsf.org/books/free-freedom-20-richard-stallman Free as in Freedom 2.0, by Richard Stallman]
 +
 
 +
[https://shop.fsf.org/books-docs/introduction-command-line Introduction to the Command Line]
 +
 
 +
----
 +
----
 +
'''[https://www.gnu.org/help/help.html Helping the GNU Project and the Free Software Movement]'''
 +
----
 +
----
 +
 
 +
If you have corrections to this entry or questions about it, please contact: mailto:maintainers@gnu.org
 +
----
 +
|Decommissioned or Obsolete=No
 +
|Donate=https://my.fsf.org/donate/
 +
|Related projects=gnustandards
 
|Keywords=Web,interface,Java,socket,JVM,applications
 
|Keywords=Web,interface,Java,socket,JVM,applications
 
|Version identifier=1.3
 
|Version identifier=1.3
|Version date=2010-09-25
+
|Version date=2010/10/24
 
|Version status=stable
 
|Version status=stable
|Version download=http://ftp.gnu.org/gnu/websocket4j/websocket4j-1.3.tar.gz
+
|Version download=https://ftp.gnu.org/gnu/websocket4j/websocket4j-1.3.tar.gz
 +
|Last review by=Bendikker
 +
|Last review date=2019/01/06
 +
|Submitted by=Database conversion
 +
|Submitted date=2011/04/01
 +
|User level=intermediate
 +
|Paid support=https://www.fsf.org/resources/service/
 +
|Accepts cryptocurrency donations=Yes
 +
|OpenPGP signature=https://ftp.gnu.org/gnu/websocket4j/websocket4j-1.3.tar.gz.sig
 
|Test entry=No
 
|Test entry=No
|Last review by=Kelly Hopkins
 
|Last review date=2010-09-27
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
 
|Is GNU=Yes
 
|Is GNU=Yes
 
|GNU package identifier=websocket4j
 
|GNU package identifier=websocket4j
|License verified date=2010-09-27
 
 
}}
 
}}
 
{{Project license
 
{{Project license
Line 29: Line 46:
 
|License verified by=Kelly Hopkins
 
|License verified by=Kelly Hopkins
 
|License verified date=2010-09-27
 
|License verified date=2010-09-27
 +
|License note=permission to link this library with independent modules to produce an executable
 
}}
 
}}
 
{{Project license
 
{{Project license
Line 41: Line 59:
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource kind=General
+
|Resource audience=Savannah (Ref)
|Resource URL=https://savannah.gnu.org/projects/websocket4j
+
|Resource URL=https://savannah.gnu.org/projects/websocket4j/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource kind=General
+
|Resource kind=VCS Repository Webview
 
|Resource URL=https://launchpad.net/websocket4j/
 
|Resource URL=https://launchpad.net/websocket4j/
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking
+
|Resource kind=Mailing List
|Resource kind=E-mail
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/help-websocket4j/
|Resource URL=mailto:bug-websocket4j@gnu.org
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Support
+
|Resource kind=Mailing List
|Resource kind=E-mail
+
|Resource URL=https://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
|Resource URL=mailto:help-websocket4j@gnu.org
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Developer
+
|Resource kind=Download
|Resource kind=Homepage
+
|Resource URL=https://ftp.gnu.org/gnu/websocket4j/
|Resource URL=https://bugs.launchpad.net/websocket4j
 
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking
+
|Resource kind=General
|Resource kind=Bug Tracking
+
|Resource URL=https://savannah.gnu.org/people/
|Resource URL=https://bugs.launchpad.net/websocket4j
 
}}
 
{{Resource
 
|Resource audience=Support
 
|Resource kind=Mailing List Info/Archive
 
|Resource URL=http://lists.gnu.org/archive/html/help-websocket4j/
 
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=library
 
|Interface=library
|Programming-language=java
+
|Network-hookup=protocol
|Software-development=programming-language
+
|Programming-language=C, java
|Use=software-development
+
|Runs-on=GNU/Linux
 
}}
 
}}
 
{{Featured}}
 
{{Featured}}

Latest revision as of 04:58, 6 January 2019


[edit]

GNU WebSocket4J

https://www.gnu.org/software/websocket4j/
WebSocket protocol implementation in Java.

GNU WebSocket4J is a WebSocket protocol (https://tools.ietf.org/html/rfc6455) implementation in Java. It allows you to build Web applications that interact with applications running in a JVM. GNU WebSocket4J implements both server and client side of the protocol, so it can be used to build both WebSocket servers and clients.





Licensing

License

Verified by

Verified on

Notes

License

GFDL

Verified by

Kelly Hopkins

Verified on

27 September 2010

Verified by

Kelly Hopkins

Verified on

27 September 2010

Notes

permission to link this library with independent modules to produce an executable




Leaders and contributors

Contact(s)Role
Marek Aaron Sapota Maintainer


Resources and communication

AudienceResource typeURI
Mailing Listhttps://lists.gnu.org/mailman/listinfo/help-websocket4j/
Generalhttps://savannah.gnu.org/people/
Mailing Listhttps://lists.gnu.org/mailman/listinfo/gnu-system-discuss/
Downloadhttps://ftp.gnu.org/gnu/websocket4j/
Savannah (Ref)https://savannah.gnu.org/projects/websocket4j/
VCS Repository Webviewhttps://launchpad.net/websocket4j/


Software prerequisites




Entry










"Savannah (Ref)" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.

















Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.