Content
@
0 reply
4 recasts
4 reactions
Venkatesh Rao ☀️
@vgr
What server endpoint do most people use to serve frames, and what’s the typical server? Python on flak?
4 replies
1 recast
6 reactions
Joe Petrich 🟪
@jpetrich
go on repl.it, Node.js on repl.it; wouldn't recommend it if it's exclusively for a frame, but Next.js works too. The way I've been thinking about it is that the initial load doesn't have context, so it can be statically generated, and then you can host the POST endpoint however you want.
0 reply
0 recast
1 reaction