Serve is a serving library built on top of ray. It is easy-to-use and flexible.
- Write stateless logic in serve functions and stateful ones in serve actors.
- Serve have Flask-inspired API. Your directly work with a Flask request object on each request.
- Serve can grow as your project grow, it can scale to muliple machines without changing any lines of code
- Everything is in Python. Instead of writing configuration YAML, the language to configure the serving system is the same as the language to write the application logic.