Skip to content

karan6190/MQTT-WebSockets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

What is MQTT?

MQTT is a machine-to-machine (M2M)/"Internet of Things" connectivity protocol. It was designed as an extremely lightweight publish/subscribe messaging transport. It is useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium.

demo

http://mitsuruog.github.io/what-mqtt/

install

git clone https://github.com/karan6190/MQTT-WebSockets
cd what-mqtt
npm install
npm run start

Check it. http://localhost:3000

LICENSE

MIT

About

What MQTT? MQTT on websocket sample.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.0%
  • CSS 1.3%
  • HTML 0.7%