Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 493 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 493 Bytes

Orthello Server

A project designed to learn basic server side rendering, nodejs + express, multiplayer, and connecting a simple python backend

Run the server with node server.js to start the https (requires SSL certificates) server on port 8080

image

Works by generating svg images in python through the node server, which also keeps track of multiplayer status and caching.