Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 721 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 721 Bytes

MusicNote

A simple MusicNotes with gRPC practice

Description

When you listen the playlist on Youtube, you find a perfect song, and you can use MusicNotes record it.

Need

Commands

  • < musicName >   --Add music to your MusicNotes
  • ;;remove < musicName >   --Remove music from your MusicNotes
  • ;;info < musicName >   --Look up the info of music
  • ;;list   --List current MusicNotes
  • ;;read   --Read MusicNotes from data.
  • ;;save   --Save MusicNotes
  • ;;clear   --Clear MusicNotes
  • ;;help   --List all commands
  • ;;exit   --Close client

How to use

cd server

go run server.go

cd client

go run client.go

and now you can type in client