Skip to content

KuldeepSinh/YAMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

λAMS

Yet Another MQTT Server (in Erlang):

Implement MQTT using Erlang/OTP. Other inspiration behind developing YAMS is my wish to learn and meet the technical challenges of handling hundreds of thousand concurrent connections, if not millions.

Whats in the name:

The name, YAMS, is inspired by one of the populer web-servers YAWS (http://hyber.org/).

Major References:

  1. MQTT - http://mqtt.org/ (A TCP/IP based connectivity protocol for Internet of Things - IoT)
  2. Erlang and OTP in Action (An excellent book on Erlang OTP)
  3. Erlang Documentation

Coding guide-lines:

  1. Solving embarrassingly obvious problems in Erlang - http://www.gar1t.com/blog/2012/06/10/solving-embarrassingly-obvious-problems-in-erlang/
  2. Writing beautiful Erlang code - http://www.youtube.com/watch?feature=player_embedded&v=IdJwECjylB4

About

Yet Another MQTT Server in Erlang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages