Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/add support for server and hybrid #1652

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Dec 2, 2024

  1. implement null.Frontend

    null.Frontend does nothing and is merely needed to pass to the devserver so
    it has a frontend.Frontend to drive
    tmclane committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    1b2d492 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ef8ee3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e25512f View commit details
    Browse the repository at this point in the history
  4. add devserver logging

    - websocket client connection/disconnections
    - server endpoint
    tmclane committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    c74422d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    586866f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3e6225e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f853f93 View commit details
    Browse the repository at this point in the history
  8. Bugfix operation in "server/hybrid" modes

    go.embed asset handling in  production build
    call the OnStartup() callback when running the null frontend
    structure the app_hybrid_server.go to follow the structure and code of app_production.go
    m29h authored and tmclane committed Dec 2, 2024
    Configuration menu
    Copy the full SHA
    66f7239 View commit details
    Browse the repository at this point in the history