Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 705 Bytes

README.md

File metadata and controls

36 lines (26 loc) · 705 Bytes

LAN IM Server

build

just for practice

not only for LAN in theory, it's just my use scene

Usage

.
├── chatroom
├── b
│   └── statics
│       ├── b.css
│       └── a.js
└── a
    └── index.html

# for directory tree as above
user@user:path/to/bin$ ./chatroom -d b/statics -i a/index.html

Update

  • add parameter to specify index.html and static resouces (clap)
  • add compiling-config log (log4rs)

TODO

  • support: records
  • highly performance with rust async runtime, such as tokio
  • support: upload files
  • support: image
  • support: rich-text