Skip to content

Latest commit

 

History

History

js-nodejs-websocket-chat-workshop

License: GPL v3

js-nodejs-websocket-chat-workshop

project description

  • the goal of this workshop is:
    • communication direction: server <-> client
      • client: requesting connection, sending and receiving messages
      • server: approving connection, sending and receiving messages
  • implement:
    • clientWebSocketWorkshop.js
    • serverWorkshop.js
    • steps and hints are provided in above-mentioned files
  • answers in:
    • clientWebSocketAnswer.js
    • serverAnswer.js