A minimal implementation of a real time polls application using Websockets, Typescript, ExpressJS and React. WIP: Build out minimal strawpoll clone HOW TO RUN cd ws-server npm install npm start "*listening on port :8000" cd ws-client npm install npm run dev