Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.36 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.36 KB

Colyseus Webgame Template


See it in action! 🚀

Feel free to fork this template to build your own multiplayer web-game.

This is a demonstration of the new @colyseus/auth package. (See documentation)

Backend

  • colyseus → Multiplayer Framework
  • @colyseus/auth → Authentication (Email/Password, OAuth, Anonymous)
  • @colyseus/database → (Experimental) Kysely-powered database module

See the authentication configuration: packages/backend/src/config/auth.ts

Frontend

  • react → UI library
  • react-router-dom → Navigation
  • tailwindcss → CSS Framework
  • vite → Build tool

Contributions for additions and improvements on this template are very welcome!


Looking the backend configuration example?

License

MIT