gio-example
websocket
gio-example | websocket | |
---|---|---|
7 | 17 | |
134 | 4,065 | |
4.5% | 2.1% | |
6.7 | 7.5 | |
8 months ago | 13 days ago | |
Go | Go | |
GNU General Public License v3.0 or later | ISC License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
gio-example
- I wrote a lightweight markup language in Go (sorta like markdown; MIT)
- Is there something you always wanted to see implemented in Go?
- How do I build a text editor like notepad using wails
- I made a library to animate objects using verlet physics
-
Cryptgo: A TUI based application to monitor crypto currency prices and manage a crypto portfolio!
Code examples: https://github.com/gioui/gio-example
websocket
-
Lies we tell ourselves to keep using Golang
As a regular Go user, I agree with this take. Though the tools exist, error wrapping and checking (with errors.Is and so on) is actually pretty rare in my experience.
Positive example of good and appropriate usage here: https://github.com/coder/websocket/blob/master/internal/exam...
-
Building Simple Real-Time System Monitor using Go, HTMX, and Web Socket
Websocket
-
Possible frameworks/languages for a web/mobile application
In my experience Go has been relatively approachable for people that are good at PHP. It has a great standard library and a pretty solid ecosystem, though frameworks aren’t as popular in Go. There are some well regarded libraries for things like WebRTC via https://github.com/pion/webrtc WebSicket via https://github.com/nhooyr/websocket
-
Websocket memory usage
Also take a look at https://github.com/nhooyr/websocket - which is a good ws library, but I don't have anything specific about its memory usage per connection. But from what I see it will be somewhat similar to x/net/websocket.
- I don't understand these lines of code in Gorilla websocket example
- Websockets with golang
-
Portal - a modern file transfer utility 🌌✨
nhooyr/websocket, shollz/pake, charmbracelet/bubbles, charmbracelet/bubbletea, charmbracelet/lipgloss, muesli/reflow, klauspost/pgzip and many, many more.
- Is there an alternative to gorilla websocket?
-
Gorilla/websocket or Melody?
link: https://github.com/nhooyr/websocket
- Gorilla Web Toolkit is now in archive only mode
What are some alternatives?
grex - A command-line tool and Rust library with Python bindings for generating regular expressions from user-provided test cases
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.
go-render-quill - Render Quill insert Delta operations to HTML
Gin - Gin is a HTTP web framework written in Go (Golang). It features a Martini-like API with much better performance -- up to 40 times faster. If you need smashing performance, get yourself some Gin.
gojq - Pure Go implementation of jq
NATS - Golang client for NATS, the cloud native messaging system.
gio - Mirror of the Gio main repository (https://git.sr.ht/~eliasnaur/gio)
ws - Tiny WebSocket library for Go.
yaegi - Yaegi is Another Elegant Go Interpreter
go-quilljs-delta
gui-with-gio - Tutorials for Gio, the GUI framework in Go.
Ebiten - Ebitengine - A dead simple 2D game engine for Go