apteryxxyz / next-ws

Add support for WebSockets in Next.js app directory.
https://npmjs.com/next-ws
131 stars 9 forks source link

Major improvements, custom server support, access WebSocket server anywhere #35

Closed apteryxxyz closed 2 days ago

apteryxxyz commented 2 days ago

This somewhat completely rewrites Next WS, with the main "feature" being support for custom servers, which allows for accessing the WebSocket server anywhere in the app. Along with some chore stuff.

Breaking Change

Removed the verifyPatch function in favour of the new verify CLI command.

Closes #8

apteryxxyz commented 2 days ago

Published these changes under the next tag, will do some final tests now.