1.2.3 • Published 7 months ago
@websocketpie/server v1.2.3
Running the server
Note: It is recommended to use @websocketpie/server-bun with the bun runtime which is actually a different package
- via bunx
bunx @websocketpie/server-bun
- via bun.sh
git clone https://github.com/jdoleary/WebsocketPie.git
cd packages/PieServer
bun install
bun start
If you need to use the node runtime:
npx @websocketpie/server@latest
Files
- index.js
- Starts the PieServer.
- network.js
- Handles socket specifics, parses JSON
- RoomManager.js
- Holds rooms, handles adding clients to rooms, passes on data to room with metadata
- Room.js
- A group of clients playing the same game
1.2.3
7 months ago
1.2.2
7 months ago
1.2.1
7 months ago
1.2.0
1 year ago
1.0.0
2 years ago
0.13.2
2 years ago
0.13.1
2 years ago
0.13.0
2 years ago
0.12.0
2 years ago
0.11.0
2 years ago
0.10.0
3 years ago
0.9.0
3 years ago
0.8.1
3 years ago
0.8.0
3 years ago
0.7.5
3 years ago
0.7.4
3 years ago
0.7.3
3 years ago
0.7.2
3 years ago
0.7.1
3 years ago
0.7.0
3 years ago
0.6.0
3 years ago
0.5.4
3 years ago
0.5.3
3 years ago
0.5.2
3 years ago
0.5.1
3 years ago
0.5.0
3 years ago