Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression. Learn more →
Ws Alternatives
Similar projects and alternatives to ws
-
nbio
Pure Go 1000k+ connections solution, support tls/http1.x/websocket and basically compatible with net/http, with high-performance and low memory cost, non-blocking, event-driven, easy-to-use.
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
Mercure
An open, easy, fast, reliable and battery-efficient solution for real-time communications
-
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
websocket-example
A minimal chat application to showcase Goyave's websocket features
-
centrifuge
Real-time messaging library for Go with scalability in mind. The core of Centrifugo server.
-
-
fast
Check your internet speed/bandwidth right from your terminal. Built on GOlang using chromedp (by adhocore)
-
-
-
-
-
-
waggy
The dead simple, easy-to-use library for writing HTTP handlers and routers in Go that can be used in standard HTTP server environments or in WAGI (Web Assembly Gateway Interface) environments
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
ws reviews and mentions
-
Is there an alternative to gorilla websocket?
Yes, I find https://github.com/gobwas/ws to be far superior. It has a lot more ability to customize and get high performance as well as a utility package that is much higher level and makes it easy to use. It doesn't have some of the problems of gorilla because they didn't have to support people already depending on it
- Gorilla Web Toolkit is now in archive only mode
-
Gorilla toolkit maintainers are stepping down and have been looking for new maintainers. The project could otherwise be archived.
There's https://github.com/gobwas/ws and https://github.com/nhooyr/websocket but neither have seen a commit in over a year
-
Centrifugo v4 released – with own WebSocket emulation layer, optimized client protocol, unified SDK behavior, experimental HTTP/3 and WebTransport support
Oh, thanks! And sorry for still not switching to https://github.com/gobwas/ws :)
-
TCP or websockets for chat server
Hello, +1 to WebSockets. If you need to choose WS library – go with https://github.com/gorilla/websocket or https://github.com/gobwas/ws. You can also look at Centrifugo server (https://centrifugal.dev/, supports WebSocket, SockJS bidi transports, also EventSource, HTTP-streaming, GRPC unidirectional transports and many builtin features) or https://github.com/centrifugal/centrifuge Go library.
-
Simplest Video Conferencing App: https://quik.do
If you know that mobile and desktop browsers have been fairly well verified, then it probably doesn't matter. Otherwise, if you want another suggestion, I do recommend gobwas. I've used it myself, and it gives the option to use the innards and manage the low level bits if you really need to squeeze out a lot of performance. A Million WebSockets and Go was written about gobwas, which powers mail.ru.
-
Lightweight Websocket library a simple game server?
I've been using https://github.com/gobwas/ws for a while in production, works fantastic. It allows me to control the websocket implementation at a much lower level than gorilla/websocket.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 24 Mar 2023
Stats
gobwas/ws is an open source project licensed under MIT License which is an OSI approved license.