unixchat
A simple mock chat server using UNIX Sockets
Installation
shards build
Usage
./bin/server - to run the server
./bin/client - to run the client
Development
- Clone the repo
- Run
shards - Add code
- Run
./bin/amebaand ensure that it's green - Run
shards buildand check for compiler errors - If everything is good you can proceed with commiting changes
Contributing
- Fork it (https://gitlab.com/Phitherek_/unixchat/-/forks/new)
- Create your feature branch (
git checkout -b my-new-feature) - Follow instructions from Development
- Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Merge Request
Contributors
- Phitherek_ - creator and maintainer