carlosV2 / adapter-node-ws

Adapter for SvelteKit apps that generates a standalone Node server with support for WebSockets.
MIT License
20 stars 4 forks source link

Feat/example #6

Open romanzy313 opened 1 year ago

romanzy313 commented 1 year ago

I have added an example for easy preview of this library.

Also e2e tests are created for both dev and prod modes.

There are a few bugs, mostly regarding hot-reloading and retaining connections. Take a look in readme for more information.

Cheers!