HackerTrans
TopNewTrendsCommentsPastAskShowJobs

xenni

no profile record

Submissions

Show HN: LibPDF – The PDF library for TypeScript that I needed

github.com
4 points·by xenni·قبل 6 أشهر·0 comments

Show HN: FYICombinator – What YC startups are doing

fyicombinator.com
3 points·by xenni·قبل 8 أشهر·0 comments

Show HN: Vanity Post – Create a stylish image/video of your post

vanitypo.st
4 points·by xenni·قبل 4 سنوات·0 comments

comments

xenni
·قبل 6 أشهر·discuss
We're almost there, I've been working on something similar using a markdown'd version of the ISO32000 spec
xenni
·قبل 4 سنوات·discuss
Depending on the startup time, you can use something like AWS Serverless Express and just wrap the application. If startup takes a little while you can store an instance above the handler code which will be kept alive across invocations of that serverless instance.

I've used this to great success in a similar project.