SkipLabs / skip

Skip is a framework for building reactive services
https://skiplabs.io
MIT License
152 stars 10 forks source link

[skip/client] Specify minimum nodejs version in `package.json`. #417

Closed beauby closed 1 week ago

beauby commented 1 week ago

The client relies on the WebSocket type being globally available in order to be usable as-is in both nodejs and the browser. This is the case since nodejs 22.6.0, hence making it the minimum required nodejs version.