websocket
Here are 7,062 public repositories matching this topic...
Checklist
- Dependencies installed
- No typos
- Searched existing issues and docs
Issue Description
When using the RateLimiter Middleware with a rate between 0 and 1 all events will be rejected instead of applying the specified rate. E.g.: e.Use(middleware.RateLimiter(middleware.NewRateLimiterMemoryStore(0.5)))
I am not saying that it is a common use case to have
Simple to use, blazing fast and thoroughly tested WebSocket client and server for Node.js
-
Updated
Jan 7, 2022 - JavaScript
-
Updated
Jan 7, 2022 - C++
A fast, well-tested and widely used WebSocket implementation for Go.
-
Updated
Jan 4, 2022 - Go
Share your terminal as a web application
-
Updated
Sep 14, 2021 - Go
A fancy self-hosted monitoring tool
-
Updated
Jan 7, 2022 - JavaScript
An asynchronous event driven PHP socket framework. Supports HTTP, Websocket, SSL and other custom protocols. PHP>=5.3.
-
Updated
Jan 7, 2022 - PHP
Hello!
When text line in list is too long and part of it is moved on the next line, list number is placed on the last line. When I use <br>, list number is placed on the first line of multiline text.
Demo is below:
Demo text:
1. [ ] task 1
2. [ ] task 2 task 2 task 2
-
Updated
Jan 4, 2022 - TypeScript
WebSocket emulation - Javascript client
-
Updated
Sep 23, 2021 - JavaScript
Websockets in swift for iOS and OSX
-
Updated
Jan 5, 2022 - Swift
deepstream.io server
-
Updated
Jan 2, 2022 - TypeScript
Small, fast, modern HTTP server for Erlang/OTP.
-
Updated
Jan 7, 2022 - Erlang
Highly scalable realtime framework
-
Updated
Aug 9, 2021 - JavaScript
Scalable real-time messaging server in a language-agnostic way. Set up once and forever.
-
Updated
Jan 4, 2022 - Go
https://html.spec.whatwg.org/multipage/media.html#dom-texttracklist-item
The line of code addFX(13.612, 15.091, 'kitten mew')) should rather be addFX(13.612, 15.091, 'kitten mew');
Socket.IO integration for Flask applications.
-
Updated
Dec 22, 2021 - Python
A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server
-
Updated
Oct 13, 2021 - JavaScript
-
Updated
Dec 14, 2021 - JavaScript
-
Updated
Dec 17, 2021 - JavaScript
An encrypted HTTP server
-
Updated
Feb 5, 2020 - Go
Improve this page
Add a description, image, and links to the websocket topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the websocket topic, visit your repo's landing page and select "manage topics."



Is there an existing issue for this?
Summary
It would be amazing to have an Authorization tab on GraphQL, as it is for REST.
Why should this be worked on?
Authorization is also a thing in GQL and having automated OAuth mechanism would be👍