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

https://github.com/ugnmura/simple-chatapp

:speech_balloon: Chat app created with express.js, next.js, socket.io
https://github.com/ugnmura/simple-chatapp

chat express nextjs socket-io tailwindcss yarn yarn-workspaces

Last synced: 3 months ago
JSON representation

:speech_balloon: Chat app created with express.js, next.js, socket.io

Awesome Lists containing this project

README

          

# Simple Chatapp :speech_balloon:
[![Release](https://img.shields.io/github/lerna-json/v/SushiWaUmai/Simple-Chatapp?style=flat-square)](https://github.com/SushiWaUmai/Simple-Chatapp/releases)

Simple Chatapp created with Express, Next.js and sockets

NOTE: This is a side project for learning the web.

### Getting started
Run the following command on the root
```bash
pnpm i
```

Run following commands on different terminals to start developing
```bash
pnpm lerna dev
```

### License
[MIT License](LICENSE)