Websocket plug-in for Red5
-
Updated
Nov 15, 2018 - Java
WebSocket is a computer communications protocol, providing full-duplex communication channels for interaction between a web browser (or other client application) and a web server over a single TCP connection. The WebSocket protocol allows for sending messages to a server and receiving event-driven responses without having to poll the server for a reply, facilitating real-time data transfer from and to the server. This is made possible by providing a standardized way for the server to send content to the client without being first requested by the client, and allowing messages to be passed back and forth while keeping the connection open. In this way, a two-way ongoing conversation can take place between the client and the server.
Websocket plug-in for Red5
This repository contains a very simple websocket server implementation in pure java. This implementation is 100% conformant to the websocket protocol specification RFC 6455 and passing all test cases in Autobahn|Testsuite.
ZeroProxy is a multi target http/websocket proxy.
websocket json-rpc & subscribe push library
A simple Java EE project demonstrating RESTful web services with Jersey (JAX-RS), featuring clean API endpoints, MVC integration with JSP, multipart file upload, and middleware filters—ideal for learning modern REST API development in enterprise applications
simple chat with web-sockets
Provides instrumentation to capture errors thrown in the WS-RS framework
made a chat server using node js web socket and android studio
Created by Michael Carter, Ian Hickson