1 / 22

Boosting Web Communication with WebSockets

Boosting Web Communication with WebSockets. jWebSocket – The Open Source Solution for Real-Time Web Developers. Alexander Schulze & Claudia Gillrath Innotrade GmbH, Germany. SDC 2011 April 04-05, 2011 Göteborg Convention Centre Göteborg, Sweden. Realtime Presentation.

ros
Download Presentation

Boosting Web Communication with WebSockets

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Boosting Web Communication withWebSockets jWebSocket – The Open Source Solution for Real-Time Web Developers Alexander Schulze & Claudia Gillrath Innotrade GmbH, Germany SDC 2011 April 04-05, 2011 Göteborg Convention Centre Göteborg, Sweden

  2. Realtime Presentation Follow the presentation at... http://jwebsocket.org/sdc Enjoy the slides in realtimedriven by WebSockets Boosting Web Communication with WebSockets

  3. Today's Session Agenda • Introduction:Status, Technology, Targets • Use and Benefits vs. http • Models, Migration and Implementation • Solutions, Aspects and Prospects • Discussion Boosting Web Communication with WebSockets

  4. Introduction The Web becomes more and more Necessity of evolution to a platform for real-time data exchange WebSocket technology is the fundament pervasive interactive social mobile Boosting Web Communication with WebSockets

  5. Status of Web Communication The HTTP Protocol • Designed for document transmission • Cumbersome, nearly real-time tricks • Polling, Long-Polling • Reverse-AJAX, Comet etc. • Ultimately non-standardized hacks • Remains a Request/Response mechanism Boosting Web Communication with WebSockets

  6. WebSockets – Technology What are WebSockets? • Bidirectional, full-duplex, permanent TCP connections 4oo times less overhead⅓ of latency • Standardized in HTML5 by W3C and IETF protects investments • Single TCP port saves 50% server resources Boosting Web Communication with WebSockets

  7. WebSockets – Technology What else? • Designed for interactiveWeb Applications • Open for all kind ofstationary and mobilebrowser based and native apps • Not just a protocol, but a new paradigmRequest/Response Real-Time Comm. Boosting Web Communication with WebSockets

  8. WebSockets – Targets Demand from Developers, Providers and Users • CompatibilityInteroperability • IndependencyIntegratability • ReliabilitySecurity Boosting Web Communication with WebSockets

  9. WebSockets – Targets Demand from Developers, Providers and Users • AvailabilityScalability • ExtendabilityFlexibility • SimplicityMaintainability Boosting Web Communication with WebSockets

  10. WebSockets – Concept The Concept • Framework vs. Client/Server • 3rd Party Engines and Servers • Message Routing, Stream, Send, Broadcast, Events, Channels • Tokens and Plug-ins • Listeners and Apps • Filters and Encryption Boosting Web Communication with WebSockets

  11. WebSockets – Models jWebSocket Framework • ReplacibleEngines • Stand-AloneorEmbedded Operation • Plug-ins andWebSocketApps • Completelyopen Plug-ins Apps Custom Plug-in 3rd-Party App System Plug-in Custom App jWebSocket Framework TCP NIO Eclipse Jetty Glass- Fish JBoss Netty Engines Boosting Web Communication with WebSockets

  12. WebSockets – Models jWebSocketTokens • WebSocketnodesare stupid • Needfor a commonlanguageto understandincomingpackets • DataformatsJSON, XML or CSV • Solution: Abstract Data objects, so called „Tokens“ Browser Client Native Client JSON XML Token-Processor jWebSocket Framework Boosting Web Communication with WebSockets

  13. WebSockets – Interoperability X-Browser-Compatibility • Native Support inChrome 4+, FF 4,Safari 5, Opera 11 • Flash-Fallback forIE and older Browsers • Long-PollingorComet Fallback jWebSocket Framework WebSocket Services WebSocketApps Boosting Web Communication with WebSockets

  14. WebSockets – Interoperability X-Platform-Compatibility • Android (Dalvik VM) • iPad/iPhone (iOS) • Symbian/BlackBerry(Java ME) • Windows Phone andSamsung Badapending jWebSocket Framework WebSocket Services WebSocketApps Boosting Web Communication with WebSockets

  15. WebSockets – Models jWebSocket Security • SSL-Encryption • wss://[host][:port][/path]... • Authentication & Authorization • Filter & Validation • Virus-Scanning • Spam-Filter & Banning Client wss:// In Custom-Filter Out In System-Filter Out Filterchain jWebSocket Framework Boosting Web Communication with WebSockets

  16. WebSockets – Models jWebSocketChannels • Publish/SubscribeMechanism • Private and PublicChannels • Authentication • SeparateApplications Player 2 Collab. Memb2 Player 1 Collab. Memb1 Channel 2 „WorkTogether“ Channel 1 „PlayTheGame“ jWebSocket Framework Collaboration Suite Online-Game Boosting Web CommunicationwithWebSockets

  17. WebSocket –Models jWebSocket Events • Event-Driven Programming using the Observable Pattern • Objects are „observable“ • Clients or other instancesobserve objects andare notified by events • Easy, flexible and effective Observer 1( Client ) Observer 2( Client ) Observe ws://or wss:// Event Observable (Server) Boosting Web CommunicationwithWebSockets

  18. WebSockets – Models jWebSocket Clusters • Load-Balancer • Redirector • BackbonesimplyWebSocketbased • ExternalService Nodes Client Client Load Bal. Re-director Ext. Serv.Node Node 1 Node 2 Node 3 Synchronization Backbone Boosting Web Communication with WebSockets

  19. WebSocket – Plug-ins jWebSocket Plug-ins • JDBC, SMTP, XMPP • Remote Procedure CallsC2S-, S2C-, C2C-RPCs • Object-, Filesharing • Logging, Stats, Admin • Chat, Stream, Twitter BrowserClient MobileClient DesktopClient CustomClient jWebSocket Framework JDBC SMTP XMPP RPC ... Stream Sharing Chat Twitter ... Boosting Web CommunicationwithWebSockets

  20. WebSockets – ApplicationAreas Where to use WebSockets? • Chats, Messaging and Mail • Remote Control and Monitoring • Push and Streaming Services, Financial Ticker, Weather, News, Video • Bidirectional Remote Procedure Calls • Sharing Objects, Databases, Files • Uniting Stationary and Mobile Applications Boosting Web Communication with WebSockets

  21. WebSockets – Prospects What is the future of WebSockets? • New Dimension of Online-Collaboration • New Level of Online-Entertainment • New Opportunities for Online-Education • New Social Participation and Contribution What comes to your mind? Boosting Web Communication with WebSockets

  22. Thankyouforyourattention! Questions & Answers Alexander Schulzea.schulze@jwebsocket.org Forum & Download: http://jwebsocket.org, @jWebSocket Boosting Web CommunicationwithWebSockets

More Related