All Projects → FlyAndNotDown → ChatRoom

FlyAndNotDown / ChatRoom

Licence: MIT license
🎉简易Cli聊天室 - Python Socket实现

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ChatRoom

Chat Socket
A simple chat room using java socket with the client-server paradigm
Stars: ✭ 24 (-84.31%)
Mutual labels:  socket, chatroom
Fiora
An interesting open source chat application. Developed with node.js, mongoDB, socket.io and react
Stars: ✭ 4,920 (+3115.69%)
Mutual labels:  socket, chatroom
phaChat
a web chat by node.js 一个基于 node.js 的多人 web 聊天室
Stars: ✭ 18 (-88.24%)
Mutual labels:  socket, chatroom
Quibbler
An experimental website powered by Socket.IO where anonymous chat messages are beautifully visualized in real time
Stars: ✭ 57 (-62.75%)
Mutual labels:  socket, chatroom
Chatangle
A free, decentralized, global chatroom, powered by the IOTA tangle
Stars: ✭ 16 (-89.54%)
Mutual labels:  chatroom
PortAuthority
🚢A simple and flexible Flask web app to scan ports on any IP address or domain
Stars: ✭ 14 (-90.85%)
Mutual labels:  socket
BruteSniffing Fisher
hacking tool
Stars: ✭ 24 (-84.31%)
Mutual labels:  socket
SilentServer
Silent is very lightweight, high quality - low latency voice chat for gaming. The server runs on Windows and Linux.
Stars: ✭ 52 (-66.01%)
Mutual labels:  socket
IQFeed.CSharpApiClient
IQFeed.CSharpApiClient is fastest and the most well-designed C# DTN IQFeed socket API connector available
Stars: ✭ 103 (-32.68%)
Mutual labels:  socket
socketbox
Write websocket app like as restful api. Inspired by express.
Stars: ✭ 14 (-90.85%)
Mutual labels:  socket
ezyfox-server-flutter-client
a flutter socket client sdk for ezyfox-server
Stars: ✭ 44 (-71.24%)
Mutual labels:  socket
micrOS
micrOS - mini automation OS for DIY projects requires reliable direct communication
Stars: ✭ 55 (-64.05%)
Mutual labels:  socket
missive
Fast, lightweight library for encoding and decoding JSON messages over streams.
Stars: ✭ 16 (-89.54%)
Mutual labels:  socket
procbridge
A super-lightweight IPC (Inter-Process Communication) protocol over TCP socket.
Stars: ✭ 118 (-22.88%)
Mutual labels:  socket
go-eventserver
A socket server which reads events from an event source and forwards them to the user clients when appropriate
Stars: ✭ 18 (-88.24%)
Mutual labels:  socket
awesome-nuaa-cs-kaoyan
熊二:南航计算机考研 专业课资料 和 信息汇总.
Stars: ✭ 328 (+114.38%)
Mutual labels:  nuaa
elixir ranch
A guide on how to use Ranch with Elixir
Stars: ✭ 37 (-75.82%)
Mutual labels:  socket
LAN-Messenger
Official open-source repository for LAN Messenger
Stars: ✭ 17 (-88.89%)
Mutual labels:  chatroom
easy-shell
A pure Python script to easily get a reverse shell
Stars: ✭ 48 (-68.63%)
Mutual labels:  socket
com2us cppNetStudy work
컴투스 C++ 네트워크 스터디 개인 작업 저장소
Stars: ✭ 32 (-79.08%)
Mutual labels:  socket

ChatRoom CLI

一个 Python Socket 实现的纯命令行聊天室

预览

Preview

运行前要求

  • python 版本 3+

运行方法

进入项目根目录,执行命令:

python3 ./server_start.py

来启动服务器

执行命令:

python3 ./client_start.py

来启动客户端

客户端命令

运行之后,你可以在客户端输入命令来使用聊天室功能,输入:

help

可以获取帮助,输入:

login ${nickname}

可以以 ${nickname} 作为用户名登录,输入:

send ${message}

可以发送消息 ${message} 给聊天室登录的所有用户

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].