- Propeller
- Propeller is an opinionated platform that enables realtime and bidirectional communication between frontend and backend clients.
- https://github.com/CRED-CLUB/propeller
- 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.
NO | Blog | Link |
---|---|---|
1 | Engineering @ Meta | https://lnkd.in/gc9xnZQ8 |
2 | Notion Tech | https://lnkd.in/gCUUi2UC |
3 | Netflix Tech | https://lnkd.in/gq-SWapT |
4 | Stripe Engineering | https://lnkd.in/g4JqgY39 |
5 | Uber Engineering | https://lnkd.in/gvga-NEg |
6 | Airbnb Tech | https://lnkd.in/gy3RF5ih |
7 | Figma Engineering | https://lnkd.in/gFbvV8Mk |
8 | Pinterest Engineering | https://lnkd.in/gnfrme2Z |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// You can edit this code! | |
// Click here and start typing. | |
package main | |
import ( | |
"encoding/json" | |
"fmt" | |
"strings" | |
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |