An open API service indexing awesome lists of open source software.

https://github.com/ryan-haskell/rtc-demo

i wanna make a multiplayer game, damnit.
https://github.com/ryan-haskell/rtc-demo

Last synced: about 2 months ago
JSON representation

i wanna make a multiplayer game, damnit.

Awesome Lists containing this project

README

          

# rtc-demo 🎮 🌎 🕹
> i wanna make a multiplayer game with WebRTC, dood.

## local development 🐳

1. `docker-compose up`

## sad development 😔

1. `cd server`

1. `npm install`

1. `npm run dev`

(In a different terminal)

1. `cd client`

1. `npm install`

1. `npm run dev`