Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 617 Bytes

README.md

File metadata and controls

26 lines (13 loc) · 617 Bytes

Chat Server in C

For a class Project we created a chat server which communicates through the terminal. It also creates a copy of the chat.

Getting Started

Just git clone the project and you should be able to deploy it.

Prerequisites

You require a computer with UNIX dependencies. Along with providing special permissions to interact with another computer on the same network.

Authors

  • Shivani Kohli
  • James Anders

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Dr. Dennis Brylow's starter code