Arc Forumnew | comments | leaders | submitlogin
3 points by kogir 3429 days ago | link | parent

We accumulate modified items and profiles by hooking save-item and save-prof. Then every 30 seconds or so we submit an update batch to Firebase using their REST API.

The biggest pain was fixing up Racket's HTTP libraries to support HTTP pipelining correctly and writing our own streaming JSON serializer than minimizes the frequency and lifetime of allocations.



1 point by tvvocold 3427 days ago | link

will arc forum update in future? just like hackernews.

-----