https://github.com/kasonbraley/chat-li
Real-time terminal chat application
https://github.com/kasonbraley/chat-li
nodejs socket-io websocket yarn
Last synced: about 2 months ago
JSON representation
Real-time terminal chat application
- Host: GitHub
- URL: https://github.com/kasonbraley/chat-li
- Owner: KasonBraley
- License: mit
- Created: 2022-01-21T04:30:28.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-25T05:04:45.000Z (over 4 years ago)
- Last Synced: 2025-01-30T20:44:47.470Z (over 1 year ago)
- Topics: nodejs, socket-io, websocket, yarn
- Language: JavaScript
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chat-Li
**Chat-Li** is a CLI that allows users to communicate via the terminal. Users will be able to create accounts as well as rooms by using the **Chat-Li** API. After this they can use the CLI to chat with other users connected to the same room. Be a command line hero with **Chat-Li** and enjoy communicating with friends in a new exciting, and colorful, way!
Original idea and initial code comes from a [team project](https://github.com/Chat-LI/Chat-LI-Client) I worked on while at a coding bootcamp.
This is my progression of the application so I can learn new technologies and implement new features.