1.2.0 • Published 1 year ago

@websocketpie/server-bun v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

NPM: @websocketpie/server

Running the server

  • via bunx
    • bunx @websocketpie/server-bun
  • via bun.sh
    • git clone https://github.com/jdoleary/WebsocketPie.git
    • cd packages/PieServer
    • bun install
    • bun start

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.0

1 year ago

1.1.1-rc3

1 year ago

1.1.1-rc2

1 year ago

1.1.1-rc1

1 year ago

1.1.1

1 year ago

1.1.0

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago