Hirevo / sveltekit-stream-issue

An example app to demonstrate a file descriptor leak in SvelteKit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SvelteKit Stream Issue Demo

This repository is a demo app to showcase and isolate a file descriptor leak, most likely due to streams not being closed automatically.

How to run

This is built and run just like any SvelteKit app that uses NodeJS:

yarn build
node build

The index page (the / page) displays steps on how to observe the issue.

About

An example app to demonstrate a file descriptor leak in SvelteKit


Languages

Language:JavaScript 69.3%Language:Svelte 18.9%Language:HTML 11.7%