https://github.com/iryna-vyshniak/ws-sqlite3
This is a simple application that utilizes WebSocket for real-time data exchange and SQLite3 for database operations. Please wait while server upload 🙃
https://github.com/iryna-vyshniak/ws-sqlite3
sqlite3 websocket
Last synced: about 1 year ago
JSON representation
This is a simple application that utilizes WebSocket for real-time data exchange and SQLite3 for database operations. Please wait while server upload 🙃
- Host: GitHub
- URL: https://github.com/iryna-vyshniak/ws-sqlite3
- Owner: Iryna-Vyshniak
- Created: 2023-11-26T18:55:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-30T22:24:33.000Z (over 2 years ago)
- Last Synced: 2025-02-07T23:25:04.106Z (over 1 year ago)
- Topics: sqlite3, websocket
- Language: JavaScript
- Homepage: https://ws-sqlite3.vercel.app
- Size: 2.36 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
(wait while server upload 🙃)
## Instant Data Exchange Application with WebSocket and SQLite3
This is a simple application that utilizes WebSocket for real-time data exchange and SQLite3 for database operations. The application allows users to create, update, and delete cards containing information such as name, organization name, slogan, and creation date.
### Features
- **Real-time Data Exchange:** Utilizes WebSocket for instant communication between clients and the server.
- **SQLite3 Database:** Stores card data using SQLite3, enabling easy insertion, updating, and deletion of records.
- **Card Fields:**
- Name
- Organization Name
- Organization Slogan
- Creation Date
### Usage
1. **Installation:**
- Clone the repository to your local machine.
- Install dependencies using `npm install`.
2. **Starting the Server:**
- Run `npm start` to start the server on PORT 5000.
3. **Accessing the Application:**
- Open your web browser and navigate to `http://localhost:5173`.
4. **Interacting with the Application:**
- Use the provided interface to perform operations such as:
- Inserting new cards
- Updating existing cards
- Deleting cards
### Technologies Used
- Node.js
- WebSocket
- SQLite3
---



