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

https://github.com/tannergabriel/realtime-chat-socketio

Realtime chat application developed using Javascript and SocketIO
https://github.com/tannergabriel/realtime-chat-socketio

Last synced: 3 months ago
JSON representation

Realtime chat application developed using Javascript and SocketIO

Awesome Lists containing this project

README

          

# Socket io Chat application

Basic realtime chat app developed using Express js and SocketIO.

## Getting started

```bash
# Install dependencies for server
npm install

# Run the server
node server
```

Start using Docker

```bash
# Building the image
docker build --tag socketiochat .

# Run the image in a container
docker run -d -p 3000:3000 socketiochat
```

## Author

Gabriel Tanner

## Support me

Buy Me A Coffee

## License

This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details