Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hwangseonu/tcp-chat

다양한 언어로 구현되는 tcp 를 이용한 채팅 프로그램
https://github.com/hwangseonu/tcp-chat

Last synced: 2 days ago
JSON representation

다양한 언어로 구현되는 tcp 를 이용한 채팅 프로그램

Awesome Lists containing this project

README

        

# tcp-chat
tcp socket을 이용한 채팅 프로그램을 여러 언어로 구현하며
다양한 언어에서 소켓을 사용하는 방법에 대해 익혀본다.

## TODO

- [x] Java
- [x] Go
- [x] Python
- [ ] Kotlin
- [ ] Node.js
- [ ] C++