apprtc icon indicating copy to clipboard operation
apprtc copied to clipboard

Google App Engine 1st gen is EOL on 2024-01-30. No new deployments will be possible after 2024-01-30.

Open bc-lee opened this issue 1 year ago • 0 comments

Technically, it isn't a bug of AppRTC. But users may need to be aware of this, since without changes, this code won't be deployable after 2024-01-30.

While the AppRTC Server (Python 2.7) is heavily dependent on Google App Engine APIs, it isn't difficult to migrate to other Python server libraries like Flask or Django. Alternatively, one can create a clean implementation with other languages like Node.js or Go.

bc-lee avatar Jan 19 '24 07:01 bc-lee