BadIdeaFactory / overengineered-diplomacy

A system to publicize friend-death as robustly as possible
https://badideafactory.github.io/overengineered-diplomacy/
Apache License 2.0
10 stars 1 forks source link

Add server component to listen to socket connections #20

Open louh opened 6 years ago

louh commented 6 years ago

boardgame.io makes this easy, but we still need a Node.js server-side component.

Add Express?

louh commented 6 years ago

We don't need Express. Boardgame.io's server automatically creates a Koa based server. The question is how to compile (via Babel) scripts written with import so that Node can run it.