Skip to content

blue14753/MusicNote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple MusicNote with gRPC practice

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages