All Projects → jetty-project → Embedded Jetty Websocket Examples

jetty-project / Embedded Jetty Websocket Examples

Licence: other
Embedded Jetty WebSocket Examples

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Embedded Jetty Websocket Examples

Ws
Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js
Stars: ✭ 17,419 (+10855.35%)
Mutual labels:  websocket, websocket-server, websocket-client
Sketchpad
Sketchpad is fully customisable collaborative whiteboard plugin written in pure JavaScript.
Stars: ✭ 85 (-46.54%)
Mutual labels:  websocket, websocket-server, websocket-client
Beast
HTTP and WebSocket built on Boost.Asio in C++11
Stars: ✭ 3,241 (+1938.36%)
Mutual labels:  websocket, websocket-server, websocket-client
Websocket
A PHP implementation of WebSocket.
Stars: ✭ 54 (-66.04%)
Mutual labels:  websocket, websocket-server, websocket-client
Oatpp Websocket
oatpp-websocket submodule.
Stars: ✭ 26 (-83.65%)
Mutual labels:  websocket, websocket-server, websocket-client
Libhv
🔥 比libevent、libuv更易用的国产网络库。A c/c++ network library for developing TCP/UDP/SSL/HTTP/WebSocket client/server.
Stars: ✭ 3,355 (+2010.06%)
Mutual labels:  websocket, websocket-server, websocket-client
Deno Websocket
🦕 A simple WebSocket library like ws of node.js library for deno
Stars: ✭ 74 (-53.46%)
Mutual labels:  websocket, websocket-server, websocket-client
Jiny
Lightweight, modern, simple JVM web framework for rapid development in the API era
Stars: ✭ 40 (-74.84%)
Mutual labels:  websocket, websocket-server, websocket-client
Autobahn Testsuite
Autobahn WebSocket protocol testsuite
Stars: ✭ 603 (+279.25%)
Mutual labels:  websocket, websocket-server, websocket-client
Websocket
The Hoa\Websocket library.
Stars: ✭ 421 (+164.78%)
Mutual labels:  websocket, websocket-server, websocket-client
Websockets
Library for building WebSocket servers and clients in Python
Stars: ✭ 3,724 (+2242.14%)
Mutual labels:  websocket, websocket-server, websocket-client
Arduinowebsockets
arduinoWebSockets
Stars: ✭ 1,265 (+695.6%)
Mutual labels:  websocket, websocket-server, websocket-client
Awesome Websockets
A curated list of Websocket libraries and resources.
Stars: ✭ 850 (+434.59%)
Mutual labels:  websocket, websocket-server, websocket-client
Php Wss
Web-socket server/client with multi-process and parse templates support on server and send/receive options on client
Stars: ✭ 117 (-26.42%)
Mutual labels:  websocket, websocket-server, websocket-client
Babl
Low-latency WebSocket Server
Stars: ✭ 37 (-76.73%)
Mutual labels:  websocket, websocket-server
Recws
Reconnecting WebSocket is a websocket client based on gorilla/websocket that will automatically reconnect if the connection is dropped and keeps the connection alive - thread safe!
Stars: ✭ 60 (-62.26%)
Mutual labels:  websocket, websocket-client
Websock3ds
Example websocket server for Nintendo 3DS
Stars: ✭ 13 (-91.82%)
Mutual labels:  websocket, websocket-server
Javafx Dataviewer Wrapper
📊 Exposing charts from Java to JavaFX and the Web!
Stars: ✭ 56 (-64.78%)
Mutual labels:  websocket, jetty
Sockjs
SockJS server for rust language
Stars: ✭ 63 (-60.38%)
Mutual labels:  websocket, websocket-server
Stl.fusion
Get real-time UI updates in Blazor apps and 10-1000x faster API responses with a novel approach to distributed reactive computing. Fusion brings computed observables and automatic dependency tracking from Knockout.js/MobX/Vue to the next level by enabling a single dependency graph span multiple servers and clients, including Blazor apps running in browser.
Stars: ✭ 858 (+439.62%)
Mutual labels:  websocket-server, websocket-client

WebSockets on Embedded Jetty

This project contains examples on using WebSockets with Embedded Jetty.

Note: If you want to use CDI + websockets with Jetty, check out the example project at

https://github.com/jetty-project/embedded-jetty-weld

There are 2 APIs you can use with Jetty, the native WebSocket API and the javax.websocket API.

Project: javax.websocket-example

Demonstration of how to create a WebSocket Client or a WebSocket Server using javax.websocket APIs.

Project: native-jetty-websocket-example

Demonstration of how to create a WebSocket Client or WebSocket Server using org.eclipse.jetty.websocket APIs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].