Viewing profile — atul-jalan
atul-jalan
HN member- Joined
- Mon, Aug 26, 2024, 4:21 PM UTC
- HN karma
- 98
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About atul-jalan
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #43428303
Looks interesting. Don't see any info on pricing though?
-
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…
- story
-
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 …
-
comment
Comment #42823258
How would you make it simpler?
-
comment
Comment #42819642
The initial handshake will usually include an `Upgrade: websocket` header, which can be inspected by networks.
-
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.
-
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…
-
comment
Comment #42817175
Node has similar libraries like Socket.IO too, but it over-abstracts it a bit in my opinion.
- story
-
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…