Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sidvishnoi/socket-chat
CLI Chat app using Unix sockets in Python and C++
https://github.com/sidvishnoi/socket-chat
chat-client chat-server class-project cli-app cli-chat unix-socket
Last synced: 15 days ago
JSON representation
CLI Chat app using Unix sockets in Python and C++
- Host: GitHub
- URL: https://github.com/sidvishnoi/socket-chat
- Owner: sidvishnoi
- Created: 2018-03-21T16:40:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-19T22:20:59.000Z (over 2 years ago)
- Last Synced: 2023-03-06T23:50:42.981Z (over 1 year ago)
- Topics: chat-client, chat-server, class-project, cli-app, cli-chat, unix-socket
- Language: C++
- Homepage:
- Size: 86.9 KB
- Stars: 20
- Watchers: 3
- Forks: 12
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat server and client with CLI using UNIX networking sockets
[![Preview of C++ version](https://user-images.githubusercontent.com/8426945/42136552-58b57012-7d7b-11e8-9d37-d8cecc93a0f3.png)](https://github.com/sidvishnoi/socket-chat/tree/master/cpp)
(Done as a part of extended class assignments)
## See the [`C++`](cpp) version
> A Chat Application using Unix network sockets featuring user authentication, multiple chatrooms and private messaging & terminal based user interface (inspired by IRC).
- done in Summer 2018, in collaboration with [@ShikhaChauhan14](https://github.com/ShikhaChauhan14)
- has a lot of features!## See the [`Python`](python) version.
- done in Summer 2017
- unmaintained