Here are
49 public repositories
matching this topic...
Reverse proxy for realtime web services
Remote Procedure Calls in TypeScript made simple 🤞
Updated
Apr 30, 2020
TypeScript
A full-featured real-time web application framework for Java
Parked: PubSub queuing with long-polling subscribers (not bound to http)
开箱即用的SpringMVC项目,包含常规业务所需的框架功能整合
A lightweight JavaScript client for browser-based and Node-based Cettia applications
Updated
May 8, 2020
JavaScript
A http long polling comet implementation for nodejs and browser
Updated
Mar 6, 2019
JavaScript
Updated
Apr 23, 2020
Java
VK API Wrapper - in progress
Updated
May 19, 2020
Pascal
Example chat room with rpc_ts
Updated
Apr 16, 2020
TypeScript
Laravel Long Polling Chat Example
Updated
Oct 11, 2019
Python
An example clinic patient queue application using server push, Vaadin 8 and Java EE 7
Updated
Feb 17, 2020
Java
Real-Time React: An Introduction to Socket.io
Updated
Apr 8, 2018
JavaScript
Server to browser communication examples
Updated
Apr 12, 2019
HTML
A sample project demonstrating how to handle long operations while the user can still navigate across other parts of the application
Chat, friends and communication with danchat and Node.js
Updated
May 19, 2020
JavaScript
Search contents of very large files with long-polling, using ASP.NET Core 2.1 and React
Multiplayer Tic-Tac-Toe PHP, JS, CSS e HTML
polling request in react hooks
Updated
Dec 13, 2019
TypeScript
Simple chat based on ajax XMLHttpRequest (XHR).
Updated
Jan 24, 2019
Python
Reactive progress tracking
Updated
Nov 5, 2018
JavaScript
Dashboard for GLPI Help Desk tickets, using PHP and MorrisJS
Updated
Mar 27, 2019
JavaScript
Updated
May 26, 2020
Java
Material for my talk about HTTP long polling, streaming, and Web Sockets at the RFCs We Love meetup on September 9th, 2017
Practical JSON Delta Operations and Streaming
Updated
Sep 10, 2019
JavaScript
Project: Skill-Sharing Website
Updated
Dec 20, 2018
JavaScript
Improve this page
Add a description, image, and links to the
long-polling
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
long-polling
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.
Problem
sio.connect()first connects to namespace/before connecting to other namespaces. Subsequentemit()commands are allowed before all namespaces are connected to - causing messages to disappear (due to namespace not connected yet).Adding
asyncio.sleep(1)before the firstemit()seems to fix the problem,in the documentation https://python-socketio.readthedocs.io/en