Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 913 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 913 Bytes

CodeFighter Socket IO Server

Authors

Davee Sok, Prabin Singh, Kassie Bradshaw, Glen Clark, Michael Ryan

Links & Resources

Overview

Gunicorn server with socketio functionality providing real-time bidirectional event-based communication to a multiplayer game.

Tools & Dependencies

  • Gunicorn
  • Eventlet
  • Python Socket IO

Getting Started

  • Clone down this repo
  • Install dependencies
  • To start server, enter into command line:
    gunicorn -k eventlet -w 1 --reload server:app