Commit ceeb7547 authored by guitarhero22's avatar guitarhero22

feat: broadcasting

parent 34d5e0dc
......@@ -6,6 +6,8 @@ This is a simple chat server that broadcasts messages to all users.
To locally work and test, load creds.env into environment and compile using gcc.
To start server for prod, use make.sh.
### References
- [Beej's Socket Programming Guide](https://beej.us/guide/bgnet/pdf/bgnet_usl_c_1.pdf)
......
gcc -o server server.c && ./server
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment