rasodu / DLEMP

0 stars 0 forks source link

Add unittest for making sure that socket.io client can connect sucessfully. #4

Open rasodu opened 8 years ago

rasodu commented 8 years ago

Currently we just test that we can push a message from the server, but we are not making sure that the client connected to node.js server is receiving the message.

There are two ways to do this.