explodinglabs / jsonrpcserver

Process incoming JSON-RPC requests in Python
MIT License
186 stars 40 forks source link

Add "testing only" message to `serve` output #271

Closed bcb closed 1 month ago

bcb commented 1 year ago

The serve function should only be used for testing.

To make that clear, add a message such as:

WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.

bcb commented 1 month ago

Done in v6