Skip to content

Code sample showing basic distributed computing with socketcluster

Notifications You must be signed in to change notification settings

kylebernhardy/socketcluster-presentation

Repository files navigation

Distributed Computing & Storage with SocketCluster

This project shows how to create a socket cluster server with an integrated REST API, a socket cluster client to connect to an instance of a socket cluster server. The REST API shows how you can:

  • POST data to write and push to a channel with the /write/:channel endpoint
  • GET data for a channel with the /read/:channel endpoint
  • Connect one SC Server to another with the /connect endpoint
  • Read data from all connected nodes with the /read_all/:channel endpoint
  • PostMan Collection with sample calls here

This project also exhibits:

  • How to wire in Authentication/Authorization with JWT
  • How to make RPC calls, create listeners & middleware

About

Code sample showing basic distributed computing with socketcluster

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published