Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.03 KB

README.md

File metadata and controls

24 lines (21 loc) · 1.03 KB

Collaborative VisualEditor

An interactive platform based around collaborative work between different users using a visual editor ezgif com-gif-maker

Description

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

Technologies

  • socket.io
  • Express.js
  • node.js
  • TypeScript
  • ReactJs
  • Redis

Getting Started

  • at your root directory run yarn start to start react server
  • run redis-serverto open redis server
  • cd into /server then run yarn socket-run to start the WebSocket connection

Authors

This project was fully designed by myself, feel free to reach out to me via [email protected] if you have any questions .