This is a simple real-time WebSocket-based application where users can submit their personal abbreviation for the Hebrew year תשפ"ה and view other users' ideas in real time.
- Real-time communication using WebSockets.
- Each user can submit their abbreviation for the year תשפ"ה.
- Users can see the ideas submitted by others instantly.
- Frontend:js
- Backend: Node.js with WebSocket
- Protocol: WebSocket (ws)
- Styling: CSS
- Node.js: Make sure you have Node.js installed on your machine. You can download it from here.
- Git: Ensure Git is installed to clone the repository and push/pull changes.
-
Clone the repository:
git clone https://github.com/sariDaitch/web-socket-app.git cd web-socket-app