temporalio / temporalio/ui

[Feature Request] expose `Server.httpServer` to use with existing http.ServerMux

Open
#1,264 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
Dominant language
TypeScript
Stars
431
Forks
179
Avg merge
2d 9h
Merged PRs (30d)
71

Description

Is your feature request related to a problem? Please describe.

I'd like to embed UIServer in my own Go app. It already has a listener. I'd like to multiplex the UI server onto existing listener

Describe the solution you'd like

I think the best approach is to define ServeHTTP(ResponseWriter, *Request) so that I can just add a route to it.

Additional context

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating UIServer and the existing HTTP server/listener setup, then inspect the ServeHTTP(ResponseWriter, *Request) entry point described in the issue. Done means the UI can be mounted as a route on an existing Go HTTP multiplexer; no file or test is named, so identify the relevant coverage before changing it.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
backend
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.