peers / peerjs-server

Server for PeerJS
https://peerjs.com
MIT License
4.26k stars 1.08k forks source link

Google App Engine Deployment in Readme is not Right: #442

Open catosaurusrex2003 opened 5 months ago

catosaurusrex2003 commented 5 months ago

Google App Engine Deployment in Readme is not Right:

What is wrong?

The node version in google app engine is by default node 12. Which doesnt support the ?. operator. ?. operators is supported in node version 14 and above.

How to fix this?

I will be opening a Pull Request to fix this

catosaurusrex2003 commented 2 months ago

i have created a PR with a very small change in the Readme.md https://github.com/peers/peerjs-server/pull/443 pls verify