SWire Documentation
A Stata plugin for connecting Stata with other software
Brought to you by:
lo-magno
Home | SWire 0.1 documentation
As the SWire protocol uses MessagePack as a serialization format, you will need a library for managing the MessagePack serialization/deserialization process if you want to develop SWire applications. The homepage of the MessagePack website lists a large set of libraries which perform this task in various programming languages.
If you want to develop a SWire web application, you could consider using SWire4js.