Skip to content

3.0.0

Latest
Compare
Choose a tag to compare
@rayriffy rayriffy released this 21 Jan 10:52
2638bcc

A complete rewrite of thai-lotto-api. I am sunsetting Vercel deployment to somewhere else, so I have opportunity to make it a bit faster (and smaller)

Now API running on Bun runtime instead of Node's V8 engine, resulting in massive improvement of startup time and internal JavaScript performance.

Puppeteer has been deprecated back to regular cheerio because target web that I am scraping is always static so it make no sense to running full headless chrome in API. Resulting in massive memory reduction.