Word Searching Server
- Tech Stack: C, git
- Github URL: Project Link
an event-based server with I/O multiplexing to handle requests.
Server makes inverted index of words in a specified directory and stores in memory with additional information.
2 client programs that send requests and find information about the location of words.