Skip to content

neopoly/sfsobject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SFSObject

Deps Status

Encode/decode SFSObjects in Elixir. See http://www.smartfoxserver.com/

🚧 ⚠️ This project is in a very early stage. Things will change!

Usage

original = SFSObject.new
  |> SFSObject.put_string("some key", "hello world")
  |> SFSObject.put_int("meaning_of_life", 42)
binary = SFSObject.encode(object)
^original = SFSObject.decode(binary)

Tests

$ mix deps.get
$ mix test.watch

Release

  • increase version: in mix.exs
  • git commit -am "Release vVERSION"
  • git tag vVERSION
  • git push && git push --tags
  • mix hex.publish

About

SmartFox's SFSObject in Elixir

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages