Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 388 Bytes

File metadata and controls

14 lines (10 loc) · 388 Bytes

Service Weaver Example

Application for demonstrating the use of Service Weaver for a blog.

Components

Posts

  • GetPost: Get a single post by slug
  • GetLatestPosts: Get the last 10 posts
  • CreatePost: Create a new post

Comments

  • GetByPost: Get first 5 comments by post id
  • CreateComment: Create a comment for post id