Skip to content

How do we simulate "Real Time" interaction without WebSockets ? #32

@nelsonic

Description

@nelsonic

WebSockets allow us to stream additional data from/to client/server beyond the limits of http request/response. This has opened a world of Real Time apps.
Given that keeping Lambda functions running for long time will cost a lot (because we are billed per 100ms) we need to consider an alternative approach for sending data to the client after the initial page/data is rendered...

_Polling_?

http://stackoverflow.com/questions/12555043/my-understanding-of-http-polling-long-polling-http-streaming-and-websockets

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions