Skip to content

Create basic WebSocket service

Description

This issue is about creating the base of the Web Socket that will be required for the MQTT portion of this project.

[Include]

  • Handling the handshake
  • Accept new connections
  • Send data

[Exclude]

  • Handling not UTF-8 data
  • Security
  • Proxying
  • handling different WebSocket protocol versions
  • Message fragmentation

Example of WS using ruby

Edited by Jeff Labonte