Simple chat demo

A simple JavaScript chat application with Nakama server.

Simple chat

The demo uses Semantic UI and React to build a single page component which demonstrates:

  • Authentication - Login/register is done with auto-generated device IDs although you should use email/password or others in a real application.
  • User accounts - A user account is created on registration.
  • Realtime chat - Messages sent between many users in a single chat room.

Setup

$> yarn install

Run demo

You'll need to download and setup Nakama server. We recommend you use our Docker compose setup. With the server and database server setup and running you can run:

$> yarn start