socketio / socket.io-chat-platform

A basic chat platform based on Socket.IO
https://socket.io
MIT License
71 stars 24 forks source link
javascript nodejs socket-io websocket

Socket.IO chat platform

A basic chat platform based on Socket.IO with:

Screenshot of a public channel

Screenshot of a private channel

Table of contents:

How to use

$ docker compose up -d

Then go to http://localhost:8080

Development

Server

$ cd server

# start the PostgreSQL database
$ docker compose up -d

# start the server
$ npm run dev

Client

$ cd vue-client

# start the client
$ npm run dev

Then go to http://localhost:5173

Data model

Data model

Licence

MIT