Skip to content
Sayan Kundu edited this page Jul 2, 2019 · 3 revisions

Getting started

Make sure you have Python 3 installed

Importing

import Server class from server.py from server import Server

Starting the server

  • Create a Server object with arguments (optional)
  • run startServer() from your object
  • And that's it, your server is running. It will display the important details when started on the terminal

Clone this wiki locally