oatpp / oatpp-websocket

oatpp-websocket submodule.
https://oatpp.io/
Apache License 2.0
78 stars 32 forks source link

Added convenience method for sending DTO's via WebSocket. #30

Open bamkrs opened 2 years ago

bamkrs commented 2 years ago

Minor convenience method to send DTO's via WebSocket using a given or the default object mapper.

lganzzzo commented 2 years ago

Hey @bamkrs ,

Looks nice. Please add the same API to AsyncWebSocket - should be as easy as for regular one.