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

Add websocket support with Gun #9

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 21, 2021

  1. Add websocket support with Gun

    Expand cowboy routing so /ws[...] are redirected to a Gun Websocket handler.
    To facilitate this a ws macro is added to matcher that sets up 'route' by generating an ID.
    This ID is a query parameter appended to the redirect URI and mapped to backend host, port and path.
    ajuvercr committed Jul 21, 2021
    Configuration menu
    Copy the full SHA
    72c4243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72d23f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. update README

    ajuvercr committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    5f6e408 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Configuration menu
    Copy the full SHA
    ae1078e View commit details
    Browse the repository at this point in the history