Name Mode Size
.gitignore 100644 0 kb
LICENSE 100644 1 kb
Makefile 100644 1 kb
README.md 100644 0 kb
README.md
# `sockchat` Chat with unlimited number of peers through a variety of sockets. ## Building A simple [`Makefile`](Makefile) is provided, build with ```sh make ``` ## Installation The produced executable is self-contained and can be run from wherever, but can be installed with ```sh make install ``` ## License Licensed under the [ISC License][], see the [`LICENSE`](LICENSE) file. [ISC License]: https://choosealicense.com/licenses/isc/