Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (9 loc) · 433 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 433 Bytes

ws-prototype

This app is a work-in-progress prototype for a backend for our s&box games.

Goals

  • Fully-fledged WebSocket server with token-based client auth.
  • MongoDB database for persistent storage.
  • HTTP Server with Steam OAuth2.0 login for managing/refreshing tokens.
  • Integrated with a s&box game.

And a little later:

  • Shop/payment system, payment processing. Purchases are updated in game in real-time using pub/sub.