Rare find

Smallchat. A working chat server you can learn from and build on.

github.com/antirez/smallchat

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

November 2023
  • Merge pull request #45 from Ekkosun/main
  • fix compile error "storage size of 'hints' isn't know"
  • Merge pull request #41 from how2051/main
  • Clarify snprintf() check.
  • fix typo in Makefile
  • Merge pull request #37 from Howe829/clean
  • Discourage PRs that will be discarded.
  • Fix maxclient updating (issue #39).
  • Update .gitignore
  • Clean smallchat-client
  • README: second episode linked.
  • Initial minimal client.
  • Unify cleanup / return from TCPConnect().
  • Implement TCPConnect().
  • Name the server program more explicitly.
  • Put general library stuff outside smallchat.c.
  • Merge pull request #12 from pauloxnet/issues/README
  • Merge pull request #7 from juniorohanyere/main
  • Merge pull request #16 from zhangkai803/main
  • add: .gitignore