0

Is it ok to create complete SAAS project using mostly web sockets?
Including dashboard.

Comments
  • 2
    Why not?
    If you need them, use them.
  • 0
    But don't overuse them :)
  • 0
    Haha, good luck scaling it!
  • 1
    I think you should go with reactive programming instead of socket which is kinda expensive. Use socket where it's really necessary.
Add Comment