wlachs / mapsocket

Request-response-mapped WebSocket implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

implement server demo module

wlachs opened this issue · comments

The implementation of the mapsocket server demo consists of the following subtasks:

  • project initialisation
  • implement a module that opens a MapSocketServer listening on a predefined port for client requests
  • implement a custom handler method that takes a set of parameters and after waiting a random amount of time, returns a result i.e. the sum or the product of the provided input params
  • implement some simple logging such that the internal functionality of the library can be understood

Estimated effort in hours: 1