A real-time chat app built with:
- Clone or download this repo
- Run
npm installon bothclientandserverfolders - Run
node index.jsonserverfolder - Run
npm startonclientfolder
Open http://localhost:4000 to see the GraphQL local server running.
Open http://localhost:3000 to see the chat application running.