See servirtium.dev/ for:
- About
- History (a timeline)
- What It Is
- Markdown Examples (with pics)
- Markdown Discussion
- Library/lang spider chart
- Specific Implementations
- Example Projects
- Blog
There is a video of WorldBank's climate API being virtualized for testing with Servirtium-java here (12 mins):
Another video captures a day that service was flaky (2.5 mins):
- Java - Servirtium-Java (in this org) - ready to use, but the Kotlin one below is better
- Python - Servirtium-Python - alpha quality (help needed)
- Ruby - Servirtium-Ruby - nearly complete
- Go - People wishing to lead development sought.
- C# - servirtium-dotnet - ready to use
- Node.JS - Watch this space
If you want to start one of these then read starting a new implementation
- Kotlin - HTTP4's Servirtium lib (external) - ready to use. Impl uses Http4K, but works fine for usages that otherwise don't utilize Http4K.
We're also looking to existing Service Virtualization frameworks/libs to support (and help refine) the same Markdown format.
- Java - demo-java-climate-tck - complete
- Python - demo-python-climate-tck - nearly complete
- Ruby - demo-ruby-climate-tck - nearly complete
- .NET - demo-dotnet-climate-tck - complete
- NodeJS - demo-javascript-climate-tck - in progress
- Go - TODO
- Kotlin - servirtium-demo-kotlin-climate-tck - complete