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
- Host: GitHub
- URL: https://github.com/tannergabriel/realtime-chat-socketio
- Owner: TannerGabriel
- License: mit
- Created: 2019-05-22T13:06:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-07T04:39:27.000Z (over 3 years ago)
- Last Synced: 2025-03-11T07:20:07.552Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 721 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE) file for details
