Team-Shrubbery / CodeFighter-Server

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

Home Page:https://codefighter-server.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://codefighter-server.herokuapp.com


Languages

Language:Python 100.0%