Node Soupbintcp Versions Save

NASDAQ SoupBinTCP 3.00 client and server on Node

1.0.2

2 months ago
  • Fix keep-alive handling (@gwn)

    Clear the keep-alive interval before invoking socket.end(), which terminates the local half of the underlying TCP connection.

1.0.1

5 years ago
  • Fix typo in documentation

0.2.0

6 years ago
  • Add connect event for client
  • Add listening event for server
  • Add session event for server
  • Add close event for server
  • Replace createClient with new Client
  • Replace createServer with new Server
  • Remove listen method from server
  • Add options constructor parameter for client
  • Add options constructor parameter for server
  • Fix ending callback in server
  • Add reference documentation

0.1.2

6 years ago
  • Fix end event propagation

0.1.1

7 years ago
  • Fix outbound packet header handling

0.1.0

7 years ago
  • Initial release