Commit Graph

37 Commits

Author SHA1 Message Date
340563912b Refactor comment and logic in server.js for better readability and functionality 2025-05-28 06:26:03 +02:00
21ce45fcea Refactor server.js to simplify spirit spawning logic and add time information in payload 2025-05-28 06:25:28 +02:00
97661d9705 Comment out call to nextSpirit in pushSpiritToAllClients 2025-05-28 06:23:15 +02:00
ad8cc914fd Refactor server.js to remove unnecessary offset and simplify spirit timer logic 2025-05-28 06:17:13 +02:00
1cf1347e2d Comment out nextSpirit() call in server.js 2025-05-28 06:13:10 +02:00
98fc65b0dc Refactor server logic to include spirit interval and timestamp 2025-05-28 06:07:30 +02:00
dd025b96c8 Fix client connection handling in server.js 2025-05-28 06:01:36 +02:00
0f8512e144 Refactor server logic to shuffle spirits and manage rotation 2025-05-28 05:59:27 +02:00
f0af5fa9d0 auto-git:
[change] node/server/server.js
2025-05-28 05:54:54 +02:00
1fde8484e5 Send spirit immediately to new client upon connection 2025-05-28 05:54:54 +02:00
a7a9718465 Send spirit immediately to new client upon connection 2025-05-28 05:54:54 +02:00
856144bee6 Send spirit immediately to new client upon connection 2025-05-28 05:54:54 +02:00
22bdbcf466 Remove unnecessary spirit message on client connection 2025-05-28 05:53:18 +02:00
0433fd3691 Refactor server setup and add WebSocket functionality 2025-05-28 05:51:40 +02:00
79462fb9a0 Add spirit loading and validation in server.js 2025-05-28 05:50:29 +02:00
1ba7bc08e2 Comment out console log for server start 2025-05-28 05:49:10 +02:00
a25cea62b7 Comment out console logs in server.js 2025-05-28 05:49:10 +02:00
60f89c10f0 Refactor server logic to include timer control and client management 2025-05-28 05:48:49 +02:00
225660c716 Remove commented-out code from server.js 2025-05-28 05:48:23 +02:00
02d3fa9629 auto-git:
[change] node/server/server.js
2025-05-28 05:42:26 +02:00
3f455fc355 Set timer interval for new spirits to 30 seconds 2025-05-28 04:43:12 +02:00
1a890d4f1e Adjust timer interval for new spirits to 25 seconds 2025-05-28 04:43:12 +02:00
513b6d807c Change timer interval for new spirits to 30 seconds 2025-05-28 04:43:12 +02:00
aa8217cbf1 Increase interval for pushing spirits 2025-05-28 04:18:27 +02:00
4480d05041 Further reduce interval for pushing spirits 2025-05-28 04:18:27 +02:00
52f0bf6d7a Reduce interval for pushing spirits to clients 2025-05-28 04:18:27 +02:00
658ab6c312 Fix typo in spirit name logging 2025-05-28 04:18:27 +02:00
f0c87178fa Increase spirit update interval to 5 seconds 2025-05-28 03:18:49 +02:00
01a7ccbe0e Comment out unused code in server.js 2025-05-28 03:18:49 +02:00
119cd35137 Reduce spirit update interval to 3 seconds 2025-05-28 03:17:29 +02:00
85cbc28981 Update interval for spirit push to every 20 seconds 2025-05-28 03:13:36 +02:00
5dcdcd5be8 Update interval for spirit updates to every 15 seconds 2025-05-28 03:11:56 +02:00
664268b201 Fix path to spirit list JSON 2025-05-28 02:30:53 +02:00
8f37a2db64 Refactor server/server.js to include spirit loading and WebSocket logic for broadcasting spirits 2025-05-28 02:29:40 +02:00
9d19534482 Refactor server.js to simplify and improve WebSocket handling 2025-05-28 02:18:43 +02:00
82a7f7af67 Refactor and expand server.js to include API endpoints, WebSocket handling, and spirit management 2025-05-28 02:02:47 +02:00
2305b5fdd9 Add initial server.js file for Node.js server setup 2025-05-28 02:02:47 +02:00