CrazyEngineers
  • Atmosphere Framework

    Updated: Oct 26, 2024
    Views: 1.4K
    I would like to share a new framework which I come across recently "Atmosphere". What it is? It's a one step ahead of AJAX. It provides full duplex communication in single HTTP connection. It's an extension of websockets. In AJAX we can just send a request and get single response, where as in Atmosphere a connection can be established and can share information back and forth. Typical example would be to send a real time information of your server processing to users without any wait time. It has a beautiful feature fallback. If your server doesn't support websocket then it can fall back to other transport mechanism (Server Sent Events-SSE, Longpolling).
    0
    Replies
Howdy guest!
Dear guest, you must be logged-in to participate on CrazyEngineers. We would love to have you as a member of our community. Consider creating an account or login.
Replies
  • Kaustubh Katdare

    AdministratorOct 18, 2015

    Is there any chat application that you can refer us to that's based on Atmosphere framework? I've came across many JS frameworks. For example, look at 'Rocket Chat' is based on 'Meteor' framework. Are the two frameworks comparable?
    Are you sure? This action cannot be undone.
    Cancel
  • Shreena Verma

    MemberOct 19, 2015

    If you don't want to use the Meteor extension, then Get started with <a href="https://github.com/Atmosphere/atmosphere/wiki/Getting-Started-with-The-Atmosphere-Framework-and-WebSocket" target="_blank" rel="nofollow noopener noreferrer">Getting started with the atmosphere framework and websocket · Atmosphere/atmosphere Wiki · GitHub</a>, <a href="https://github.com/Atmosphere/atmosphere/wiki/Getting-Started-with-AtmosphereHandler%2C-WebSocket-and-Long-Polling/" target="_blank" rel="nofollow noopener noreferrer">Getting Started with AtmosphereHandler, WebSocket and Long Polling · Atmosphere/atmosphere Wiki · GitHub</a> or WebSocketProtocol.Meteor is high level wrapper of atmosphere Handler.
    Are you sure? This action cannot be undone.
    Cancel
Home Channels Search Login Register