Skip to content

zcfrank1st/cupid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cupid

cupid

Cupid is funny !

  • Description

    This is a standalone backend of a push system which is using udp protocal to communicate with clients and using http protocal to manage push contents.

  • Usage

    • Use udp client (java version, ios version whatever) to connect and register heartbeat every ? seconds.
    • Use restful apis to push message, pull messages.
  • Api

    POST /push

      {
          “uniqueId”: [string],
          “content”: [string],
          “schedule”: [string] // date millseconds
      }
    

    GET /pull/{uniqueId}

  • Client

    java: psyche

  • License

    MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages