Skip to content

hkamran/Rekodi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rekodi: Record and Playback Service Calls

A proxy with the ability to record and playback HTTP Responses. Ideally made to record service calls (SOAP/REST)

Releases:

Visit releases page

Screenshot:

Quick Start:

java -jar Rekodi-X-X-X.jar -webPort [PORT] -proxyPort [PORT]

  • webPort: Specify the port for the web interface (Optional) [Default: 8090]
  • proxyPort: Specify the port for the proxy (Optional) [Default: 9090]

Requirements:

Java 1.7

Build Steps:

  • mvn clean
  • mvn install package

Links

https://github.com/hkamran/Rekodi-UI