wireframe 0.3.0

Simplify building servers and clients for custom binary protocols.
Documentation
1
2
3
4
5
6
7
Feature: Stateful codec payload wrapping
  Scenario: Sequence counters reset per connection
    Given a stateful wireframe server allowing frames up to 128 bytes
    When the first client sends 2 requests
    And the second client sends 1 request
    Then the first client observes sequence numbers 1 and 2
    And the second client observes sequence number 1