static Engine attach(server, [Map? options]) { var engine = Server(options); engine.attachTo(server, options); return engine; }