Skip to content

Latest commit

 

History

History
22 lines (9 loc) · 934 Bytes

README.md

File metadata and controls

22 lines (9 loc) · 934 Bytes

Smallchat-Win32

English / 简体中文

This is a Win32 porting of antirez/Smallchat created by Salvatore Sanfilippo.

Last Friday, I did some work on this project to get the whole program running on the Win32 platform. Now the server can work properly but without much testing. It seems work well with nc client. There are still some non-blocking console input related issuses for the client. But I think it can work correctly in the integrated terminal of VSCode.

I will follow the updates of the original Smallchat and try to migrate to Win32 platform. If you have any interest in this, your inclusion is very helpful.

I ported the code with VSCode + CMake and VS2022. But other compiler under Win32 should work too. If you catch any problem, please open an issue.

The original README is here.