This is #58 in my series of live (Twitch) coding streams, working on writing my own web server and service framework in C++.
This stream I started work on a library to be used in connecting to Twitch chat and web services, starting with chat. Twitch chat is based on Internet Relay Chat (IRC), an old (venerable?) Internet standard for group chat. In this stream I lay the foundations for the library with the intent of writing a bot to interact with the chat in my channel.