Create 'active' TraceServer
Status: Abandoned
Brought to you by:
impentaj
The TraceServer is passive in that it waits for a connection from the web app. Create an active implementation that establishes the connection to the web app itself. Also, TraceServer is a confusing name. Maybe have ActiveJexinConnection and PassiveJexinConnection? Then the 'server' will always be the web app regardless of how the connection is established to make it less confusing to discuss.