start server

This commit is contained in:
2025-04-17 17:44:51 -05:00
parent c39b27b0d0
commit 9e62a5847c
2 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,10 @@
#include "ChatServer.h"
//void ChatServer::onLoad() {}
void ChatServer::onLoad() {
ServerModule* sm = (ServerModule*) moduleInstances[ServerModule()];
sm->startServer(9932);
}
//void ChatServer::run() {}

View File

@@ -21,7 +21,7 @@ class ChatServer : public Archimedes::Module {
if(app) {}
}
//void onLoad();
void onLoad();
//void run();