📄️ Webserver Integration
Out of the box, LiveViewJS supports two webserver integrations:
📄️ LiveViewServerAdaptor
LiveViewJS provides an interface that you can implement to integrate with your webserver of choice. This interface is called LiveViewServerAdaptor. This is the interface that is implemented by the NodeExpressLiveViewServer (and DenoOakLiveViewServer).
📄️ Support Webserver "X"
If you want to use LiveViewJS with a webserver that is not supported out of the box, you can implement the LiveViewServerAdaptor interface and plug it into your webserver.