Realtime-Pub-Quiz icon indicating copy to clipboard operation
Realtime-Pub-Quiz copied to clipboard

⁉️ Realtime Node.js and React.js Pub Quiz game

Results 8 Realtime-Pub-Quiz issues
Sort by recently updated
recently updated
newest added

Bumps [express](https://github.com/expressjs/express) from 4.17.1 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...

dependencies

Bumps [qs](https://github.com/ljharb/qs) to 6.11.0 and updates ancestor dependencies [qs](https://github.com/ljharb/qs), [body-parser](https://github.com/expressjs/body-parser) and [express](https://github.com/expressjs/express). These dependencies need to be updated together. Updates `qs` from 6.7.0 to 6.11.0 Changelog Sourced from qs's changelog....

dependencies

Bumps [ws](https://github.com/websockets/ws) from 7.2.0 to 7.4.6. Release notes Sourced from ws's releases. 7.4.6 Bug fixes Fixed a ReDoS vulnerability (00c425ec). A specially crafted value of the Sec-Websocket-Protocol header could be...

dependencies

Bumps [bson](https://github.com/mongodb/js-bson) from 1.1.1 to 1.1.6. Release notes Sourced from bson's releases. 1.1.6 The MongoDB Node.js team is pleased to announce version 1.1.6 of the bson module! The BSON library...

dependencies

Categories stay empty, so can't start quiz. api/questions/categories: ![image](https://user-images.githubusercontent.com/45003967/102377997-96709580-3fc5-11eb-8177-d552edecab7a.png) everything is default (cloned fresh from git), only changed config.js Any toughts?

Hi, Nice project 👍 Little "bug": when the game master looses his internet connectivity (shortly), he can't select any questions anymore and then the game is stuck. Any way to...

https://github.com/aaron5670/Realtime-Pub-Quiz/blob/a0a0a89dbbabb744a090bc3c9b52c60fa3dff31c/quizzer/src/websocket.js#L15 One line in the `websocket.js` file still uses a hardcoded server location; `localhost`. This gave some problems when running the servers on separate machines. I think it is nice...

Hi there! Cool project. I want to use it tonight to do a pubquiz with my friends through Zoom. I'm now self hosting an isntance of it, which seems to...