go-oryx
The oryx is a group of isolate processes:
httpx-staticHTTP/HTTPS static server with API proxy.
Winlin 2016.07.09
httpx-static is a free, open source digital asset management (dam) project written in Go and released under MIT. It has 643 GitHub stars, 222 forks and 22 open issues, and was last pushed 11 months ago. On this registry it ranks #22 of 25 tracked projects in Digital Asset Management (DAM), with 5 head-to-head comparisons available.
httpx-static is a HTTP/HTTPS API proxy that ships as one component inside go-oryx, a collection of isolated processes maintained under the SRS (Simple Realtime Server) project. The repository describes oryx as a group of separate processes, and httpx-static is one of them: a static file server that also fronts API traffic over both HTTP and HTTPS. The project is written in Go and released under the MIT license, and it belongs to the SRS ecosystem, the media server family whose homepage is hosted at the ossrs/srs repository.
The concrete problem it solves is the separation of concerns inside a streaming deployment. A live streaming stack has to serve static assets and proxy API requests while other processes handle ingestion and delivery, and httpx-static exists so that those serving duties live in their own process rather than being folded into the media server itself. Its topic list places it squarely in the live media domain, alongside cdn, cluster, hls, http-flv, http-streaming, live-streaming, media-server, rtmp, rtmp-server, and srs, which describes the environment it is built to sit in.
The README excerpt does not document install commands, Docker image names, package managers, or a hosted option; it identifies httpx-static only as an HTTP/HTTPS static server with API proxy inside the go-oryx process group. Since the project is written in Go, the practical starting point is the ossrs/go-oryx repository itself.
No paid products are listed as alternatives, so the comparison sits between running httpx-static and running a general-purpose web server or reverse proxy for the same static-plus-proxy duty. A self-hoster must operate the surrounding SRS and go-oryx processes, since httpx-static is one isolated process in that group rather than a standalone product. The evident weakness is documentation: the README excerpt gives no install, configuration, or deployment instructions, so the operator must work from the repository.
httpx-static is open source under the MIT licence. There is no licence fee and no seat count — you can self-host it or, where the project offers one, pay a vendor for a managed version instead.
A HTTP/HTTPS API proxy for SRS.
httpx-static is primarily written in Go. Its source is publicly available at https://github.com/ossrs/httpx-static, and it has 643 GitHub stars.