Commit e10dde2c by Michael Brachmann

debugging websockets

parent 1cdbf0cd
......@@ -3,18 +3,15 @@ unit Ws.Server.Module;
interface
uses
System.SysUtils, System.Classes, System.Generics.Collections,
Aurelius.Drivers.SQLite,
Aurelius.Comp.Connection,
Aurelius.Drivers.Interfaces,
XData.Aurelius.ConnectionPool, XData.Server.Module, Sparkle.Comp.Server,
XData.Comp.Server, XData.Comp.ConnectionPool, Sparkle.Comp.HttpSysDispatcher,
Aurelius.Criteria.Linq,
Sparkle.HttpServer.Module, Sparkle.HttpServer.Context,
Sparkle.Comp.CompressMiddleware, Sparkle.Comp.CorsMiddleware,
Sparkle.Comp.GenericMiddleware, Sparkle.Middleware.WebSocket, Sparkle.Comp.WebSocketMiddleware,
Aurelius.Drivers.UniDac, UniProvider,
Data.DB, DBAccess, Uni, Sparkle.Comp.ForwardMiddleware;
System.SysUtils, System.Classes,
XData.Server.Module,
XData.Comp.Server,
Sparkle.Comp.Server,
Sparkle.Comp.HttpSysDispatcher,
Sparkle.Comp.CorsMiddleware,
Sparkle.Comp.GenericMiddleware,
Sparkle.HttpServer.Module,
Sparkle.HttpServer.Context;
type
TWsServerModule = class(TDataModule)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment