Skip to content

Latest commit

 

History

History

gae-example

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

#PubNub 3.7 example Google App Engine using Go

###Demo Console App (Tested on Google App Engine SDK 1.9.28 - 2015-10-29) We've included a demo console app which documents all the functionality of the client, for example:

  • Publish
  • Detailed History
  • Here_Now
  • Time
  • GrantSubscribe
  • RevokeSubscribe
  • AuditSubscribe
  • GrantPresence
  • RevokePresence
  • AuditPresence
  • SetAuthKey
  • GetAuthKey
  • Set User State by adding or modifying the Key-Pair
  • Delete an existing Key-Pair
  • Set User State with JSON string
  • Get User State
  • WhereNow
  • GlobalHereNow
  • Subscribe/Presence/Unsubscribe using PubNub Javascript SDK

###Run the example

###Using pubnub in your project and Quick Implementation Examples

  • Please see gae