stackvana / microcule

SDK and CLI for spawning streaming stateless HTTP microservices in multiple programming languages
Other
480 stars 29 forks source link

Support websocket connections #47

Open leonidaspir opened 5 years ago

leonidaspir commented 5 years ago

How easy would be to add support for WebSockets connections to the created endpoints?

Marak commented 5 years ago

Should be easy. I think we may already have support for ws.

leonidaspir commented 5 years ago

Thanks for the prompt reply, will check.

This concept of micro-services is amazing in so many ways.