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

websockets #72

Draft
wants to merge 20 commits into
base: main
Choose a base branch
from
Draft

websockets #72

wants to merge 20 commits into from

Commits on Jul 25, 2024

  1. feat: add scrappy mist websocket wrapper

    refactor: update types and add otp explicity
    
    feat: remove mist from all public types
    
    feat!: move mist func to seperate module, remove direct mist dep, add WS
    
    tidy: remove dead code
    
    feat: remove socket from wisp side
    
    feat: remove last mist dependency from wisp api
    
    feat: change send to use a wisp type as the interface
    bgwdotdev committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    42507e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    024a553 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85ba328 View commit details
    Browse the repository at this point in the history
  4. docs: add additional documentation and websocket server/client testing

    note: the client doesn't seem to return any responses for some reason
    when running under gleeunit
    bgwdotdev committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    6a8a14b View commit details
    Browse the repository at this point in the history
  5. refactor: move various functions to internal to allow make_connection…

    … to be hidden from docs
    bgwdotdev committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    12b8b07 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    81a1a10 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c3e27bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ed9e417 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c02b784 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1b66441 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7c9b51d View commit details
    Browse the repository at this point in the history
  12. test: tidy websocket test

    bgwdotdev committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a2e88a1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3fcbc22 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. Configuration menu
    Copy the full SHA
    d5aec52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    598305c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6c4644 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    577cb6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e8a405 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. doc: update CHANEGLOG

    bgwdotdev committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    d8e266e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d37375a View commit details
    Browse the repository at this point in the history