Millieu is an customisable open-source interface that enables users to turn conferences, online communities or group chats into explorable social worlds.
npm init colyseus-app
index.ts: main entry point, register an empty room handler and attach@colyseus/monitorMyRoom.ts: an empty room handler for you to implement your logicloadtest/example.ts: scriptable client for the loadtest tool (seenpm run loadtest)package.json:scripts:npm start: runsts-node index.tsnpm run loadtest: runs the@colyseus/loadtesttool for testing the connection, using theloadtest/example.tsscript.
dependencies:colyseus@colyseus/monitorexpress
devDependenciests-nodetypescript@colyseus/loadtest
tsconfig.json: TypeScript configuration file
MIT