homesynck-server

Websocket server for Homesynck, a message synchronization system. Based on Phoenix Channels.

View the Project on GitHub Homesynck/homesynck-server

Channels documentation

Disclaimer: this is a guide on how to make your very own Homesynck client from scratch, not a guide on how to use official SDKs. Check respective repositories for such guides.

Homesynck uses Phoenix Channels, a powerful abstraction over regular web sockets.

Therefore in order to make a custom Homesynck client, you first need a Phoenix channels client.

coming soon