llNoahll / racketchat

A multiuser TCP/IP based chat server and GUI client program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RacketChat

Table of Contents

racketchat

A multiuser TCP/IP based chat server and GUI client program

Usage

Server

To start the server, run ‘racket’ and evaluate (enter! “server.rkt”).

By default the server listens on port 1234. This is specified at the top of server.rkt

Client

To start the client run ‘racket client.rkt’.

By default the client connects to 127.0.0.1:1234. This can be changed at the top of client.rkt

Wish List

注册与登录

发送图片、文件

骰子机器人,车卡工具

联网

个人空间界面,音效支持

跑团房间功能

自制地图、人物、配音工具

About

A multiuser TCP/IP based chat server and GUI client program

License:MIT License


Languages

Language:Racket 100.0%