Open dominhhien opened 4 years ago
From our Slack workspace:
@trustin: It might be useful to provide a
ServletService
as a lightweight emulation layer of Servlet API, although limited. Are you interested in writing one? @dominhhien: Yes, I will try to write it. :slightly_smiling_face:
It would be great if Armeria supports servlet 3.x (HTTP1) and servlet 4.x (HTTP2) interface. Because it is familiar to java web developers. I think all web server should implement servlet, it help them save time and effort because they don't have to study new interface.