colyseus / uWebSockets-express

Express API compatibility layer for uWebSockets.js
https://npmjs.com/package/uwebsockets-express
MIT License
56 stars 13 forks source link

Implemented ServerResponse.cookie and ServerResponse.clearCookie #20

Closed ryanwillis closed 1 year ago

ryanwillis commented 1 year ago

Implemented ServerResponse.cookie and ServerResponse.clearCookie, added tests and updated the readme as well.

endel commented 1 year ago

Looks great, thank you @ryanwillis 🎉