Telepresence through texting. We try to simulate human conversation by making a "real-time" text chat that immediately sends out every keystroke a user makes.
- Install node dependencies: npm install
- Start the server: npm start
- Go to localhost:3000
Main files to mess around with are socketAPI.js (server) and chat.js (client)