Configuring SSX Server
SSX aims to work with as many different servers and backend configurations as possible. Please reach out if you find your server configuration currently unsupported.
Express
SSX has support for Express, and it is the default we assume for users of the library. Check out our guides on SSX Server Quickstart and Scaling SSX Server to see examples of how to use SSX with Express.
Node HTTP Server Middleware
On your server, you'll need to create an instance of ssx-server
and pass it to an HTTP middleware layer, as seen below. ssx-server
doesn't require configuration parameters to use, however, it's recommended to have the following variables set:
Last updated