Skip to content

Instantly share code, notes, and snippets.

View pansachin's full-sized avatar
👨‍💻

Sachin Prasad pansachin

👨‍💻
View GitHub Profile
@pansachin
pansachin / gophercon-india-2k24-takeaways.md
Last active January 1, 2025 05:14
GopgerCon India 2k24 Takeaways

Polling to Pushing

  1. Propeller
  2. Features
    • Frontend Client can create a persistent channel with the backend.
    • Backend services can send events to the frontend clients.
    • Support for multiple devices for a client.
    • Support for custom topics between frontend and backend.
    • Easy integration with legacy REST based services.
// You can edit this code!
// Click here and start typing.
package main
import (
"encoding/json"
"fmt"
"strings"
)
{
"action": "opened",
"number": 4,
"pull_request": {
"url": "https://api.github.com/repos/pansachin/gatsby-test-decoupled-4/pulls/4",
"id": 1356759091,
"node_id": "PR_kwDOHrQZQM5Q3oAz",
"html_url": "https://github.com/pansachin/gatsby-test-decoupled-4/pull/4",
"diff_url": "https://github.com/pansachin/gatsby-test-decoupled-4/pull/4.diff",
"patch_url": "https://github.com/pansachin/gatsby-test-decoupled-4/pull/4.patch",
10.121.123.104 - - [01/Nov/2012:21:01:04 +0100] "GET /cluster HTTP/1.1" 200 1272
10.121.123.104 - - [01/Nov/2012:21:01:17 +0100] "GET /cpc/auth.do?loginsetup=true&targetPage=%2Fcpc%2F HTTP/1.1" 302 466
10.121.123.104 - - [01/Nov/2012:21:01:18 +0100] "GET /cpc?loginsetup=true&targetPage=%252Fcpc%252F HTTP/1.1" 302 -
10.121.123.104 - - [01/Nov/2012:21:01:18 +0100] "GET /cpc/auth.do?loginsetup=true&targetPage=%25252Fcpc%25252F&loginsetup=true HTTP/1.1" 302 494
10.121.123.104 - - [01/Nov/2012:21:01:18 +0100] "POST /cpc/authenntication.do?loginsetup=true&targetPage=%25252Fcpc%25252F&loginsetup=true HTTP/1.1" 302 494
10.121.123.104 - - [01/Nov/2012:21:01:18 +0100] "PATCH /cpc/authenntication.do?loginsetup=true&targetPage=%25252Fcpc%25252F&loginsetup=true HTTP/1.1" 302 499