TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

How Convex Works

96 pointsby tim_swabout 1 year ago

9 comments

huevosabioabout 1 year ago
I say this every time convex comes up in a conversation: by far my favorite stack for building web apps.<p>The developer experience is really polished.<p>I haven&#x27;t deployed any major apps yet, so unsure how the costs scale VS deploying your own or other BaaS offerings.<p>The team is incredibly skilled and great people.
评论 #40034361 未加载
Lt_Riza_Hawkeyeabout 1 year ago
Curious about the choice to send requests with WebSocket connections instead of just plain old POST forms. This precludes anyone with javascript disabled from using any of these sites. I don&#x27;t think there&#x27;s anything in the business logic preventing it
评论 #40034349 未加载
评论 #40034388 未加载
评论 #40034062 未加载
Cyberverseabout 1 year ago
Well, I&#x27;ve only used convex for some hobby projects, and I must say; It allows me to build real-time applications without having to configure websockets, and it allows me to build applications pretty fast.
jitlabout 1 year ago
Did yall build all the database implementation components yourself, or are any of them open source &#x2F; off the shelf? It sounds like Kafka could do the transaction log job, and overall the architecture sounds similar to XTDBv1 which does use Kafka for that component.<p><a href="https:&#x2F;&#x2F;v1-docs.xtdb.com&#x2F;concepts&#x2F;what-is-xtdb&#x2F;" rel="nofollow">https:&#x2F;&#x2F;v1-docs.xtdb.com&#x2F;concepts&#x2F;what-is-xtdb&#x2F;</a><p>I’m also curious if you support unique constraints on non-id columns, or if having writer actions close to the database kind of takes that role.
评论 #40033083 未加载
评论 #40032596 未加载
sujayakarabout 1 year ago
hey, sujay (the author) here! happy to answer any questions about the post or convex more generally.
评论 #40032098 未加载
评论 #40032268 未加载
shalabhcabout 1 year ago
&gt; Instead, we can check whether any of the writes between the begin timestamp and commit timestamp overlap with our transaction’s read set.<p>Do you handle the case where the actual objects don&#x27;t overlap but result of an aggregate query is still affected? For instance a `count(*) where ..` query is affected by an insert.
评论 #40037484 未加载
naphatkritabout 1 year ago
Great workflows! If I was starting a new project today, what are the cases where I should consider Convex vs. not?
评论 #40032864 未加载
qwertyuiop_about 1 year ago
How can we be sure you are going to be around when the inflation hits 9% and interest rates go up to 15% ? This is a serious question because whoever invests time in building on your backend which is not open source are taking extreme risks.
评论 #40033199 未加载
wslhabout 1 year ago
I am now very curious about Convex.<p>Supposing it is great, how business locked are you if you decide to use it?
评论 #40034555 未加载