Live data from Hacker News

Viewing profile — atul-jalan

atul-jalan

HN member
Joined
Mon, Aug 26, 2024, 4:21 PM UTC
HN karma
98
Public activity
13 items

About atul-jalan

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #43428303

    Looks interesting. Don't see any info on pricing though?

  4. comment
    Comment #43427890

    Hey HN! I’m Atul, and today I’m super excited to open-source Compose: a server-side SDK for building internal tools faster, without leaving your codebase. I first showed Compose to…

  5. story
  6. comment
    Comment #42827823

    It does, but it will generally give a grace period for outstanding requests to resolve prior to killing the service. It's a good idea for short-lived HTTP requests, but will cause …

  7. comment
    Comment #42823258

    How would you make it simpler?

  8. comment
    Comment #42819642

    The initial handshake will usually include an `Upgrade: websocket` header, which can be inspected by networks.

  9. comment
    Comment #42817361

    Yep, for our application, we have an `executionId` that is sent in essentially every single WebSocket message. But client and server use it to maintain a record of events.

  10. comment
    Comment #42817187

    I think there is a way to do it, but it likely involves custom headers on the initial connection that the load balancer can read to route to the correct origin server. I imagine th…

  11. comment
    Comment #42817175

    Node has similar libraries like Socket.IO too, but it over-abstracts it a bit in my opinion.

  12. story
  13. story
    Show HN: Compose – Build internal tools with just back end code

    Hey HN! I’m the creator of Compose. Compose offers Node.js and Python SDKs that let you inline components (tables, drop-downs, text inputs, etc.) and actions (file downloads, confi…