A Live-Share IDE written in C#
. With directory tree , syntax high-lighting , chat room , intergerated console ... etc
More : testing multi-room & multi client mechanism
server
python
3.9 up
- run python sokcet server (
server.py
) - open
LiveShareIDE.exe
and enjoy ! ✨
Python Socket Server :
- multi client
- multi room
ChatRoom :
- join by room_id & user_name
- multi client receiving
DirectoryTree :
- nested view
- click to open file
CodeEditor :
- auto line count
- syntax highlighting
- bracket matching
UI Design :
- self designed compomnent
- material style
multi-client socket server & client side written in cpp / python3 to test socket IO .