nitrictech / roadmap

Nitric Roadmap
https://nitric.io
5 stars 0 forks source link

Websockets support AWS #25

Open jyecusch opened 1 year ago

jyecusch commented 1 year ago

summary

Support websockets, allowing functions to communicate back to clients

intended outcome

Allow for development of realtime applications

geoman2 commented 1 year ago

Hi, any tools/frameworks you already selected? Can advice https://soketi.app a C framework ported to node, compatible to pusher and later this year with Ably

jyecusch commented 1 year ago

Hi, any tools/frameworks you already selected? Can advice https://soketi.app a C framework ported to node, compatible to pusher and later this year with Ably

Hey @geoman2 thanks for the suggestion. Our current plan is to use websockets features in the existing clouds we support - for example a Websockets API in AWS API Gateway. We'll take a look at soketi regardless, sounds interesting.

tjholm commented 1 year ago

First cut proposal in core framework: https://github.com/nitrictech/nitric/pull/444