apprtc
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.
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.