devsum14 - go real-time with "the internet of things"

9
Go real-time with "Internet of Things" Uffe Bjorklund

Upload: uffe-bjoerklund

Post on 12-Jul-2015

355 views

Category:

Technology


2 download

TRANSCRIPT

Page 1: DevSum14 - Go Real-Time with "The Internet Of Things"

Go real-time with "Internet of Things"

Uffe Bjorklund

Page 2: DevSum14 - Go Real-Time with "The Internet Of Things"

First of all.....what is real-time communication?

Full-duplex/Bi-directional

The rest is just talanted HTTP-hacks, that still can be goodenough for you... But it is not real-time

Page 3: DevSum14 - Go Real-Time with "The Internet Of Things"

FrameworksNodeJS/Socket.ioXSockets.NETSignalRPusher *FleckRealtime.co *PubNub *TornadoKaazing **Firebase *Autobahn

* SaaS

** SaaS and SelfHosted

Page 4: DevSum14 - Go Real-Time with "The Internet Of Things"

Framework CapabilitiesThe most imporant parts (IMHO) of a real-time framework?

Modular architectureSo that functionality can be overriden/added in a smooth way

StateSo that we get control over where messages are sent

Cross-Protocol CommunicationSo that we can connect things/systems regardless of protocol

Page 5: DevSum14 - Go Real-Time with "The Internet Of Things"

Todays agenda

Page 6: DevSum14 - Go Real-Time with "The Internet Of Things"

<CODE/>

Page 7: DevSum14 - Go Real-Time with "The Internet Of Things"

Why should I care about IoT?

Page 8: DevSum14 - Go Real-Time with "The Internet Of Things"

Thank You!Questions?

Uffe Bjorklundemail: [email protected]

twitter: @ulfbjo @xsockets

Page 9: DevSum14 - Go Real-Time with "The Internet Of Things"

Sources used in presentationIoT statistics: Intel

Graph from: Wijmo.comCode: XSockets.NET

RevealJS: Hakim El Hattab