An interactive platform based around collaborative work between different users using a visual editor
using WebSocket Architecture to create Live Interaction between different clients with onTime response enabling simultaneous and bidirectional communication, allowing both client and server to send messages at any time through the channel. this is an attempt of me trying to experiment with different sockets technologies while learning TypeScript
- socket.io
- Express.js
- node.js
- TypeScript
- ReactJs
- Redis
- at your root directory run
yarn start
to start react server - run
redis-server
to open redis server - cd into /server then run
yarn socket-run
to start the WebSocket connection
This project was fully designed by myself, feel free to reach out to me via [email protected] if you have any questions .