Liphium projects
Liphium is all about making software faster & more reliable. We’re actively working on eliminating common pitfalls and improving the developer ecosystem for everyone, especially around Go, our favorite programming language.
Livetitle
Learning languages? Then Livetitle might be something useful to you. It’s a simple web application you can share your screen to and extract text from it. All of the processing is done completely on device, meaning any private information from your screen is never shared with us.
The code is available here, completely in the public domain (Unlicense). We hope you enjoy it.
We maintain various libraries to improve the Go ecosystem, developer experience, and its compatibility with other languages.
More specifically:
- Magic improves the way you work with your team. Share tools, build integration tests and run your app in one command (Yes, it’s just
go run .).
- EXPERIMENTAL: Neoroute is a next-generation Web Server Framework we’re working on to unite WebSocket, normal HTTP operations and (eventually) WebTransport in one framework. All endpoints can be shared across the differnet protocols to guarantee compatability. Additionally, we’re working on code generation support for Go and TypeScript.
- EXPERIMENTAL: Hydro is a layer on top of your database allowing you to easily add real-time updates for any of your tables. It’s currently still in early stages. We plan to support Redis and PostgreSQL due to both of them having internal pub/sub, to guarantee transactionality and order of the real-time updates.
We hope you enjoy these libraries.