xcherryio / xcherry

server and main repo of xCherry project
Apache License 2.0
26 stars 1 forks source link

setup #1

Closed zklgame closed 12 months ago

zklgame commented 12 months ago

This MR did:

  1. setup the service and enable the first POST request http://localhost:8801/api/v1/process/start

Compare to iwf, reduce the abstraction level for better readability. E.g., combine the API service inteface, service, and handler together.