Live data from Hacker News

Viewing profile — chalas_r

chalas_r

HN member
Joined
Wed, Feb 11, 2015, 1:07 AM UTC
HN karma
7
Public activity
2 items

About chalas_r

OSS Maintainer, Symfony Core Team Member. https://github.com/chalasr

Recent public activity

  1. comment
    Comment #29900024

    Actually neither the WebSocket nor the SSE browser APIs allow to send custom headers (see https://stackoverflow.com/q/4361173/4363634 , https://stackoverflow.com/q/36201347/4363634…

  2. comment
    Comment #29896872

    Mercure is an alternative to WebSocket that is especially useful for REST/GraphQL APIs. It's a protocol that builds on HTTP and Server-Sent Events thus is supported out of the box …