An open API service indexing awesome lists of open source software.

https://github.com/marcopestrin/takakazu-chat

Just a simple multi room chat
https://github.com/marcopestrin/takakazu-chat

docker material-ui nodejs nodemon postgresql react socket-io typescript

Last synced: 9 months ago
JSON representation

Just a simple multi room chat

Awesome Lists containing this project

README

          

# Takakazu-chat

## First Setup
```shell
docker-compose up --build
```

## Frontend
Just browse to [Home](http://localhost:3000)!

## Technologies
- Docker
- Typescript
- Vanilla Javascript
- React (Material UI library)
- NodeJs
- Socket.io
- PostgreSQL
- Nodemon

## Features
- multi room chat
- instant refresh from multiple browser pages
- saved `username` and `room` on **sessionStorage** in case of page refresh

## Patterns
-