COLLECTED BY
Organization:
Internet Archive
The Internet Archive discovers and captures web pages through many different web crawls.
At any given time several distinct crawls are running, some for months, and some every day or longer.
View the web archive through the
Wayback Machine .
The Wayback Machine - https://web.archive.org/web/20210820122122/https://github.com/topics/sockjs
Here are
100 public repositories
matching this topic...
WebSocket emulation - Javascript client
Updated
Aug 11, 2021
JavaScript
Scalable real-time messaging server in a language-agnostic way. Set up once and forever.
⚡ Primus, the creator god of the transformers & an abstraction layer for real-time to prevent module lock-in.
Updated
Aug 13, 2021
JavaScript
WebSocket emulation - Node.js server
Updated
Aug 2, 2021
JavaScript
Spring Boot WebSocket Chat Demo with SockJS fallback and STOMP protocol
Updated
Dec 20, 2020
Java
Real-time messaging library for Go with scalability in mind.
JavaScript client to communicate with Centrifugo server and Centrifuge library over WebSocket or SockJS
Updated
Aug 11, 2021
JavaScript
Angular 6 and 7 - Stomp service over Websockets
Updated
Aug 10, 2021
TypeScript
Updated
Jul 27, 2021
Python
Nodefony Starter Node.js Framework
Updated
Aug 11, 2021
JavaScript
SockJS server for rust language
Updated
Nov 12, 2019
Rust
A SockJS server implementation for Play Framework.
Updated
Jun 22, 2021
Scala
A tool to debug websocket/sockjs/stomp.
Updated
May 18, 2021
JavaScript
Updated
Mar 7, 2018
JavaScript
基于SpringMVC实现的WebSocket工程实例
Updated
Feb 18, 2021
Java
STOMP Over WebSocket service for angular2
Updated
Jun 6, 2017
JavaScript
A demo APP implemented web-socket using Spring Boot, Vue, SockJs and Stomp.
Updated
Aug 3, 2018
JavaScript
Template project for configuring websockets with spring
Updated
Jun 21, 2021
Java
✔️ Simple spring-boot vue.js app with websockets and docker support
Updated
Jan 22, 2019
Java
SockJS server support for the Cyclone web server
Updated
Aug 13, 2014
Python
Sample application demo for Springboot, Websocket and Vue.js
Updated
Jun 25, 2020
Java
SockJS Perl Plack/PSGI implementation
Example of WebSockets usage in Grails
Updated
Jul 25, 2017
Groovy
Example for using Spring Websocket and Angular with Stomp Messaging
Updated
Jul 16, 2018
TypeScript
RabbitMQ Messaging Polyglot with Java, ColdFusion, CommandBox, Groovy and more
Updated
Feb 22, 2018
ColdFusion
Updated
Aug 11, 2021
JavaScript
使用 STOMP over SockJS 实现的 SpringBoot 脚手架项目,可用于快速搭建 WebSocket 工程
'WebSockets with Spring: HTTP and WebSocket; WebSocket with SockJS fallback; STOMP over WebSocket' articles and source code.
Updated
Nov 23, 2020
Java
Frontend for Bomberman game in atom java course
Updated
Nov 21, 2018
JavaScript
Improve this page
Add a description, image, and links to the
sockjs
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
sockjs
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
https://github.com/vert-x3/vertx-web/blob/bfe12934ec1251928c4744f41c898ee2d0dfc101/vertx-web/src/main/java/io/vertx/ext/web/sstore/impl/LocalSessionStoreImpl.java#L104
we discussed in the past already about this bug. Maybe you have a solution for this.
Its a race-bug, Sometimes there can be two or more unrelated Sessions be written, if different eventloops are on the same time on line 110 fo